From 5e7cfc5caefaa49e6ea650f7255329a87fa52f6f Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Sun, 21 Mar 2021 22:35:58 +0100 Subject: [PATCH] DB/Quests: fixed quest 'Elemental Tampering' and added missing emote states to Orgrimmar Defenders in Ragefire Chasm --- sql/updates/world/4.3.4/2021_03_21_03_world.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sql/updates/world/4.3.4/2021_03_21_03_world.sql diff --git a/sql/updates/world/4.3.4/2021_03_21_03_world.sql b/sql/updates/world/4.3.4/2021_03_21_03_world.sql new file mode 100644 index 00000000000..c7f5176eb28 --- /dev/null +++ b/sql/updates/world/4.3.4/2021_03_21_03_world.sql @@ -0,0 +1,8 @@ +DELETE FROM `creature_template_addon` WHERE `entry`= 44223; +INSERT INTO `creature_template_addon` (`entry`, `bytes2`, `emote`) VALUES +(44223, 1, 375); + +UPDATE `creature_template` SET `exp`= 1 WHERE `entry`= 44223; +DELETE FROM `creature_loot_template` WHERE `Entry`= 11321 AND `Item`= 60499; +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Chance`, `QuestRequired`, `LootMode`, `MinCount`, `MaxCount`) VALUES +(11321, 60499, 100, 1, 1, 1, 1);