mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
Naxxramas: Sapphiron: Fix phase errors
--HG-- branch : trunk
This commit is contained in:
@@ -102,7 +102,7 @@ struct boss_sapphironAI : public BossAI
|
||||
{
|
||||
_Reset();
|
||||
|
||||
if (phase = PHASE_FLIGHT)
|
||||
if (phase == PHASE_FLIGHT)
|
||||
ClearIceBlock();
|
||||
|
||||
phase = PHASE_NULL;
|
||||
|
||||
Reference in New Issue
Block a user