mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 14:16:31 +00:00
fix(DB/TheEye): remove unused reference and add Talon of the Phoenix back (#18643)
* init * rip
This commit is contained in:
6
data/sql/updates/pending_db_world/alar-loooot.sql
Normal file
6
data/sql/updates/pending_db_world/alar-loooot.sql
Normal 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');
|
||||
Reference in New Issue
Block a user