diff options
author | Spp <none@none> | 2010-04-19 16:44:11 +0200 |
---|---|---|
committer | Spp <none@none> | 2010-04-19 16:44:11 +0200 |
commit | d2bd9dc1f56066c55fb0c7b36ca8cdb06ff5d055 (patch) | |
tree | 46f0592cecb6b2ce1d7beb53049858a69147c591 | |
parent | 67b09b024ada9a6ed7f6dee2cda49feafe0d4159 (diff) |
Naxxramas: Sapphiron: Fix phase errors
--HG--
branch : trunk
-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; |