diff options
| author | ShinDarth <borzifrancesco@gmail.com> | 2016-01-07 17:52:41 +0100 |
|---|---|---|
| committer | ShinDarth <borzifrancesco@gmail.com> | 2016-01-08 10:33:16 +0100 |
| commit | b1a89943a2158415f5b3874728aaecef2e79b1b2 (patch) | |
| tree | 6048d9c3b6c527693579b9463b77a34d77aad4c4 /src | |
| parent | 5d9370a0f755887d2fff13e4ce982bd52f00f77b (diff) | |
Scripts/ICC: Fixed Professor Putricide
- closes https://github.com/TrinityCore/TrinityCore/issues/16207
Diffstat (limited to 'src')
| -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 31dd7de96ca..fafe3113835 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(); |
