From 3fbcd490cb61ec4bad19326f1d35d8b9ff3d0c24 Mon Sep 17 00:00:00 2001 From: Ryan Turner <16946913+TheSCREWEDSoftware@users.noreply.github.com> Date: Fri, 26 Dec 2025 22:35:40 +0000 Subject: [PATCH] fix(DB/Loot): Removed Compendium of the Fallen from the wrong object (#23954) Co-authored-by: FlyingArowana --- data/sql/updates/pending_db_world/rev_1764366970174169800.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1764366970174169800.sql diff --git a/data/sql/updates/pending_db_world/rev_1764366970174169800.sql b/data/sql/updates/pending_db_world/rev_1764366970174169800.sql new file mode 100644 index 000000000..aa965e300 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1764366970174169800.sql @@ -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;