fix(DB/Loot): Removed Compendium of the Fallen from the wrong object (#23954)

Co-authored-by: FlyingArowana <TheSCREWEDSoftware@users.noreply.github.com>
This commit is contained in:
Ryan Turner
2025-12-26 22:35:40 +00:00
committed by GitHub
parent f1233b9a8a
commit 3fbcd490cb

View File

@@ -0,0 +1,2 @@
-- Delete item "Compendium of the Fallen" from the gameobject (book) "Rituals of Power",
DELETE FROM `gameobject_loot_template` WHERE `Entry` = 4584 AND `Item` = 5535;