Removed trailing whitespaces and CRLFs
[getmangos.git] / sql / updates / 0.11 / 6052_mangos_loot_template.sql
blob693d7c5783bf0c9ed7f01045ef88f412e6e0f484
1 ALTER TABLE `creature_loot_template`
2   DROP freeforall;
4 ALTER TABLE `disenchant_loot_template`
5   DROP freeforall;
7 ALTER TABLE `fishing_loot_template`
8   DROP freeforall;
10 ALTER TABLE `gameobject_loot_template`
11   DROP freeforall;
13 ALTER TABLE `item_loot_template`
14   DROP freeforall;
16 ALTER TABLE `pickpocketing_loot_template`
17   DROP freeforall;
19 ALTER TABLE `prospecting_loot_template`
20   DROP freeforall;
22 ALTER TABLE `skinning_loot_template`
23   DROP freeforall;