mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 10:37:02 +00:00
23 lines
462 B
SQL
23 lines
462 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;
|