diff options
-rw-r--r-- | src/scripts/northrend/naxxramas/boss_sapphiron.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/northrend/naxxramas/boss_sapphiron.cpp b/src/scripts/northrend/naxxramas/boss_sapphiron.cpp index 35172a39994..d75b3ab78b0 100644 --- a/src/scripts/northrend/naxxramas/boss_sapphiron.cpp +++ b/src/scripts/northrend/naxxramas/boss_sapphiron.cpp @@ -102,7 +102,7 @@ struct boss_sapphironAI : public BossAI { _Reset(); - if (phase = PHASE_FLIGHT) + if (phase == PHASE_FLIGHT) ClearIceBlock(); phase = PHASE_NULL; |