fix(DB/creature_loot_template): Broken Tears should not drop from NPCs (#13097)

This commit is contained in:
ZhengPeiRu21 2022-09-27 21:35:36 -06:00 committed by GitHub
parent 471953358c
commit c9b3e0ee17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;