From 3cb848f5e34bc5bf42dd533201e2e240693f57d3 Mon Sep 17 00:00:00 2001 From: amed80 <8395873+amed80@users.noreply.github.com> Date: Wed, 18 Mar 2026 10:44:44 +0100 Subject: [PATCH] fix(DB/Loot): fix Eye of Eternity loot (#25115) Co-authored-by: Gultask --- .../updates/pending_db_world/rev_1773809954905082900.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1773809954905082900.sql diff --git a/data/sql/updates/pending_db_world/rev_1773809954905082900.sql b/data/sql/updates/pending_db_world/rev_1773809954905082900.sql new file mode 100644 index 000000000..f8f2ed45c --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1773809954905082900.sql @@ -0,0 +1,8 @@ +-- +DELETE FROM `reference_loot_template` WHERE (`Entry` = 34175) AND (`Item` IN (40547, 40549)); +INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(34175, 40549, 0, 0, 0, 1, 1, 1, 1, 'Boots of the Renewed Flight'); + +DELETE FROM `gameobject_loot_template` WHERE (`Entry` = 26094) AND (`Item` IN (43953, 43952)); +INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(26094, 43952, 0, 1, 0, 1, 0, 1, 1, 'Alexstrasza\'s Gift - Reins of the Azure Drake');