diff options
author | Killyana <morphone1@gmail.com> | 2016-12-27 08:25:33 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2016-12-27 08:25:33 +0100 |
commit | c0a5e1d6f7c33ab93969727148418a69ed5ca69b (patch) | |
tree | 7e210a2b261d5eb6c57d0c179d79d7bf012a751b | |
parent | 1ad6113019dab4aaf667542b16b4896a2ac16168 (diff) |
DB/Creature: Garrosh's Landing - Fix Warsong Marksman phase
Closes #18621
By Rushor
-rw-r--r-- | sql/updates/world/3.3.5/2016_12_27_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_12_27_02_world.sql b/sql/updates/world/3.3.5/2016_12_27_02_world.sql new file mode 100644 index 00000000000..92b2d7e5f27 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_12_27_02_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature` SET `phaseMask` = 2 WHERE `guid` IN (110540,110541,110544,110545,110546,110547,110551,110552,110553,110554); +UPDATE `creature_addon` SET `bytes1`=1 WHERE `guid`=111075; |