mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
fix(db/CreatureLoot) - Removal of "Rod of Lianthe" and "Nightmare Vine" from "Eclipsion Hawkstrider"'s Loot (#21816)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- Removes "Rod of Lianthe" and "Nightmare Vine" from "Eclipsion Hawkstrider"'s Loot
|
||||
DELETE FROM `creature_loot_template` WHERE (`Entry` = 21627) AND (`Item` IN (22792, 31317));
|
||||
|
||||
UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 21627);
|
||||
Reference in New Issue
Block a user