mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +00:00
fix(DB/creature_template): Remove Incorrect Loot (#12560)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user