fix(DB/creature_template): Remove Incorrect Loot (#12560)
This commit is contained in:
parent
233e95e74e
commit
5d6dfca80c
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue