diff options
author | Francesco Borzì <borzifrancesco@gmail.com> | 2016-01-08 11:13:22 +0100 |
---|---|---|
committer | Carbenium <carbenium@outlook.com> | 2016-01-20 21:56:55 +0100 |
commit | 6c3f2b9d9b9403ac0ef76a83b43e765b51bc462b (patch) | |
tree | 7ab29f6c6e22e3764a609fcfb8191ee3394b6b4f | |
parent | 06fdcb9e18b0739494a444f1f5040abde27872eb (diff) |
Merge pull request #16208 from ShinDarth/putricide-fix
[3.3.5] Scripts/ICC: Fixed Professor Putricide
(cherry picked from commit 3e42d83e9cb86695a0467726f327599ff354293f)
-rw-r--r-- | src/server/scripts/Northrend/IcecrownCitadel/boss_professor_putricide.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/Northrend/IcecrownCitadel/boss_professor_putricide.cpp b/src/server/scripts/Northrend/IcecrownCitadel/boss_professor_putricide.cpp index 7a56109e6e9..a702c4ffdf8 100644 --- a/src/server/scripts/Northrend/IcecrownCitadel/boss_professor_putricide.cpp +++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_professor_putricide.cpp @@ -236,6 +236,7 @@ class boss_professor_putricide : public CreatureScript summons.DespawnAll(); SetPhase(PHASE_COMBAT_1); _experimentState = EXPERIMENT_STATE_OOZE; + me->SetReactState(REACT_DEFENSIVE); me->SetWalk(false); if (me->GetMotionMaster()->GetCurrentMovementGeneratorType() == POINT_MOTION_TYPE) me->GetMotionMaster()->MovementExpired(); |