From 9febe40dddc425b19446ed22dfaa06fc16e9b416 Mon Sep 17 00:00:00 2001 From: baranzadeoglu <84640316+baranzadeoglu@users.noreply.github.com> Date: Sat, 4 Dec 2021 11:06:44 +0100 Subject: [PATCH] fix(DB/Loot): Remove Frigid Ring from RLT (#9358) --- .../updates/pending_db_world/rev_1637923012381502740.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1637923012381502740.sql diff --git a/data/sql/updates/pending_db_world/rev_1637923012381502740.sql b/data/sql/updates/pending_db_world/rev_1637923012381502740.sql new file mode 100644 index 000000000..79532354a --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1637923012381502740.sql @@ -0,0 +1,8 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1637923012381502740'); + +DELETE FROM `reference_loot_template` WHERE (`Entry` = 24016) AND (`Item` IN (18679)); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 14457) AND (`Item` IN (18679)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(14457, 18679, 0, 40, 0, 1, 0, 1, 1, ''); +