server/sql/updates/0.11/6052_mangos_loot_template.sql

23 lines
465 B
SQL

ALTER TABLE `creature_loot_template`
DROP freeforall;
ALTER TABLE `disenchant_loot_template`
DROP freeforall;
ALTER TABLE `fishing_loot_template`
DROP freeforall;
ALTER TABLE `gameobject_loot_template`
DROP freeforall;
ALTER TABLE `item_loot_template`
DROP freeforall;
ALTER TABLE `pickpocketing_loot_template`
DROP freeforall;
ALTER TABLE `prospecting_loot_template`
DROP freeforall;
ALTER TABLE `skinning_loot_template`
DROP freeforall;