mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 17:08:23 +01:00
DB/Quests: fixed quest 'Elemental Tampering' and added missing emote states to Orgrimmar Defenders in Ragefire Chasm
This commit is contained in:
8
sql/updates/world/4.3.4/2021_03_21_03_world.sql
Normal file
8
sql/updates/world/4.3.4/2021_03_21_03_world.sql
Normal file
@@ -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);
|
||||
Reference in New Issue
Block a user