* Move sql updates for 0.11 release to sql/updates/0.11
[getmangos.git] / sql / updates / 0.11 / 6052_mangos_loot_template.sql
blob3ecb7d1feec9ce00c65ce86b484634229383ebf8
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;