fix(DB/Creature): Warsong Marksman's corpses (#2013)
This commit is contained in:
parent
954a6d9067
commit
d17c95d5bb
1 changed files with 4 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue