fix(DB/TheEye): remove unused reference and add Talon of the Phoenix back (#18643)

* init

* rip
This commit is contained in:
Dan
2024-04-02 15:12:43 +02:00
committed by GitHub
parent 20c4b4b463
commit 43b51dd34c

View File

@@ -0,0 +1,6 @@
-- delete old entries that are unused
DELETE FROM `reference_loot_template` WHERE `Entry` = 34377 AND `Item` IN (30448, 32944);
-- down
DELETE FROM `reference_loot_template` WHERE `Entry` = 34053 AND `Item` = 32944;
INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
(34053, 32944, 0, 0, 0, 1, 1, 1, 1, 'Talon of the Phoenix');