From 3261dfb416fc8d1d9d450afe4ea6b0c76e5ab463 Mon Sep 17 00:00:00 2001 From: Gultask <100873791+Gultask@users.noreply.github.com> Date: Sat, 4 Mar 2023 17:35:26 -0300 Subject: [PATCH] fix(DB/Loot): Fix Talon King Ikiss Normal Mode loot table (#15246) --- .../rev_1677807108312300000.sql | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1677807108312300000.sql diff --git a/data/sql/updates/pending_db_world/rev_1677807108312300000.sql b/data/sql/updates/pending_db_world/rev_1677807108312300000.sql new file mode 100644 index 000000000..0ff6ee0be --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1677807108312300000.sql @@ -0,0 +1,20 @@ +-- +DELETE FROM `reference_loot_template` WHERE `Entry` IN (24740, 24741) AND `Item` IN (27925,27946,27980,27981,27985,27986,27776,27838,27875,27936,27948); +INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(24740, 27925, 0, 0, 0, 1, 1, 1, 1, 'Ravenclaw Band'), +(24740, 27946, 0, 0, 0, 1, 1, 1, 1, 'Avian Cloak of Feathers'), +(24740, 27980, 0, 0, 0, 1, 1, 1, 1, 'Terokk\'s Nightmace'), +(24740, 27981, 0, 0, 0, 1, 1, 1, 1, 'Sethekk Oracle Cloak'), +(24740, 27985, 0, 0, 0, 1, 1, 1, 1, 'Deathforge Girdle'), +(24740, 27986, 0, 0, 0, 1, 1, 1, 1, 'Crow Wing Reaper'), + +(24741, 27776, 0, 0, 0, 1, 1, 1, 1, 'Shoulderpads of Assassination'), +(24741, 27838, 0, 0, 0, 1, 1, 1, 1, 'Incanter\'s Trousers'), +(24741, 27875, 0, 0, 0, 1, 1, 1, 1, 'Hallowed Trousers'), +(24741, 27936, 0, 0, 0, 1, 1, 1, 1, 'Greaves of Desolation'), +(24741, 27948, 0, 0, 0, 1, 1, 1, 1, 'Trousers of Oblivion'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 18473) AND (`Item` IN (25006, 1, 2)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(18473, 1, 24740, 100, 0, 1, 0, 1, 1, 'Talon King Ikiss (Reference Table)'), +(18473, 2, 24741, 100, 0, 1, 0, 1, 1, 'Talon King Ikiss (Reference Table)');