mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/creature_loot_template): Broken Tears should not drop from NPCs (#13097)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `creature_loot_template` WHERE `item` = 6083;
|
||||
/* Gelkis Rumblers have no other loot */
|
||||
UPDATE `creature_template` SET `lootid` = 0 WHERE `entry` = 4661;
|
||||
Reference in New Issue
Block a user