diff options
| author | Killyana <morphone1@gmail.com> | 2016-12-27 08:25:33 +0100 |
|---|---|---|
| committer | DoctorKraft <DoctorKraft@users.noreply.github.com> | 2018-03-18 00:19:37 +0100 |
| commit | 550aaeedafdbbf28e8d07c715c1caf06e33bd57e (patch) | |
| tree | d44ea6e6ff4cbf103b9596e0faa5f7bb50064b5c | |
| parent | e5992bb5adae35b814ce1b6496c77826235e8eec (diff) | |
DB/Creature: Garrosh's Landing - Fix Warsong Marksman phase
Closes #18621
By Rushor
(cherry picked from commit c0a5e1d6f7c33ab93969727148418a69ed5ca69b)
| -rw-r--r-- | sql/updates/world/master/2018_03_17_21_world_2016_12_27_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2018_03_17_21_world_2016_12_27_02_world.sql b/sql/updates/world/master/2018_03_17_21_world_2016_12_27_02_world.sql new file mode 100644 index 00000000000..de3238f17ef --- /dev/null +++ b/sql/updates/world/master/2018_03_17_21_world_2016_12_27_02_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature` SET `PhaseId` = 170 WHERE `guid` IN (110540,110541,110544,110545,110546,110547,110551,110552,110553,110554); +UPDATE `creature_addon` SET `bytes1`=1 WHERE `guid`=111075; |
