fix(DB/Loot): fix Eye of Eternity loot (#25115)

Co-authored-by: Gultask <Gultask@users.noreply.github.com>
This commit is contained in:
amed80 2026-03-18 10:44:44 +01:00 committed by GitHub
parent d222a9f99b
commit 3cb848f5e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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