fix(db/CreatureLoot) - Removal of "Rod of Lianthe" and "Nightmare Vine" from "Eclipsion Hawkstrider"'s Loot (#21816)
This commit is contained in:
parent
08696f9aad
commit
0baa8bedb1
1 changed files with 4 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue