aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/scripts/northrend/naxxramas/boss_sapphiron.cpp2
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;