mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
*Fix a bug that Sapphiron does not appear. Thanks to JoN0.
--HG-- branch : trunk
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user