From 866ab82fa5a1cdf5183b02cdb58c9ea4c1dc6260 Mon Sep 17 00:00:00 2001 From: tkrokli Date: Fri, 23 Mar 2018 17:26:56 +0100 Subject: DB/Creature: Warsong Marksman And Garhal minions mustn't have any equipments or emote Closes #21662 --- sql/updates/world/3.3.5/2018_03_23_01_world.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_03_23_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2018_03_23_01_world.sql b/sql/updates/world/3.3.5/2018_03_23_01_world.sql new file mode 100644 index 00000000000..10a242cdfc9 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_03_23_01_world.sql @@ -0,0 +1,8 @@ +-- Warsong Marksman (ID 25244) corpses on Garrosh's Landing should appear dead in-game, both in portrait and NPC name +UPDATE `creature_addon` SET `bytes1`=0,`auras`='29266' WHERE `guid` IN (110545,110546); -- 2x Warsong Marksman in burning heap of corpses +UPDATE `creature_addon` SET `bytes1`=0,`bytes2`=2,`auras`='29266' WHERE `guid` IN (110540,110541,110544,110547,110551,110552,110553,110554); -- scattered Marksman corpses with ranged weapon +UPDATE `creature` SET `unit_flags`=`unit_flags`|537133824 WHERE `guid` IN (110552, 110547, 110541, 110554, 110545, 110546, 110553, 110544, 110551, 110540, 110370, 110378); +-- Garhal minions +DELETE FROM `creature_addon` WHERE `guid` IN (118803, 118804); +INSERT INTO `creature_addon` (`guid`,`bytes1`,`bytes2`) VALUES +(118803,0,0),(118804,0,0); -- cgit v1.2.3