fix(DB/Creature): Warsong Marksman's corpses (#2013)

This commit is contained in:
Poszer
2019-07-06 11:16:33 +02:00
committed by Stoabrogga
parent 954a6d9067
commit d17c95d5bb

View File

@@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1561310607731551700');
-- Warsong Marksman corpses on Garrosh's Landing should be dead
UPDATE `creature_addon` SET `bytes1`=0,`auras`=29266 WHERE `guid` IN (110545,110546,110540,110541,110544,110547,110551,110552,110553,110554);