fix(DB/Loot): fix Eye of Eternity loot (#25115)
Co-authored-by: Gultask <Gultask@users.noreply.github.com>
This commit is contained in:
parent
d222a9f99b
commit
3cb848f5e3
1 changed files with 8 additions and 0 deletions
|
|
@ -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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue