From 43b51dd34ce23007c1eb1ff108128da1396144c5 Mon Sep 17 00:00:00 2001 From: Dan <83884799+elthehablo@users.noreply.github.com> Date: Tue, 2 Apr 2024 15:12:43 +0200 Subject: [PATCH] fix(DB/TheEye): remove unused reference and add Talon of the Phoenix back (#18643) * init * rip --- data/sql/updates/pending_db_world/alar-loooot.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/sql/updates/pending_db_world/alar-loooot.sql diff --git a/data/sql/updates/pending_db_world/alar-loooot.sql b/data/sql/updates/pending_db_world/alar-loooot.sql new file mode 100644 index 000000000..be8b05ddf --- /dev/null +++ b/data/sql/updates/pending_db_world/alar-loooot.sql @@ -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');