*Fix a bug that Sapphiron does not appear. Thanks to JoN0.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-05-22 10:09:22 -05:00
parent 3641be039b
commit 4ba955c4eb

View File

@@ -171,11 +171,11 @@ struct TRINITY_DLL_DECL boss_sapphironAI : public BossAI
if(!phase)
return;
events.Update(diff);
if(!UpdateVictim() || !CheckInRoom())
return;
events.Update(diff);
if(phase == PHASE_GROUND)
{
while(uint32 eventId = events.ExecuteEvent())