DB/Misc: Cleaning db of unused/obsolete stuff

This commit is contained in:
Aokromes
2013-06-18 05:22:49 +03:00
parent 7f54297271
commit 07b2c89d75
@@ -0,0 +1,4 @@
-- Cleaning the database of unused/obsolete data
DELETE FROM `creature` WHERE `map` IN (449,450);
DELETE FROM `creature_loot_template` WHERE `entry` IN (16156,16157,16158,16368,16446,16448,16449,16451,16452);
UPDATE `creature_template` SET `lootid`=0 WHERE `entry` IN (16156,16157,16158,16368,16446,16448,16449,16451,16452);