fix(db/CreatureLoot) - Removal of "Rod of Lianthe" and "Nightmare Vine" from "Eclipsion Hawkstrider"'s Loot (#21816)

This commit is contained in:
Ryan Turner
2025-03-30 18:29:19 +01:00
committed by GitHub
parent 08696f9aad
commit 0baa8bedb1

View File

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