fix(DB/creature_template): Remove Incorrect Loot (#12560)

This commit is contained in:
ZhengPeiRu21
2022-08-21 01:48:09 -06:00
committed by GitHub
parent 233e95e74e
commit 5d6dfca80c

View File

@@ -0,0 +1,3 @@
--
DELETE FROM `creature_loot_template` WHERE `Entry` IN (4625,11374,12352,27213,27414);
UPDATE `creature_template` SET `lootid` = 0 WHERE `entry` IN (4625,11374,12352,27213,27414);