Naxxramas: Sapphiron: Fix phase errors

--HG--
branch : trunk
This commit is contained in:
Spp
2010-04-19 16:44:11 +02:00
parent 67b09b024a
commit d2bd9dc1f5

View File

@@ -102,7 +102,7 @@ struct boss_sapphironAI : public BossAI
{
_Reset();
if (phase = PHASE_FLIGHT)
if (phase == PHASE_FLIGHT)
ClearIceBlock();
phase = PHASE_NULL;