Skip to content
This repository has been archived by the owner on Mar 30, 2019. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp.dallig committed Aug 10, 2011
1 parent 420c263 commit 22b936a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/northrend/ulduar/ulduar/boss_vezax.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,8 @@ struct MANGOS_DLL_DECL mob_saronite_vaporAI : public ScriptedAI
{
m_pInstance = (instance_ulduar*)pCreature->GetInstanceData();
pCreature->SetRespawnTime(60000);
pCreature->SetCorpseDelay(60000);
m_creature->SetRespawnDelay(60000);
Reset();
}

Expand All @@ -354,8 +356,7 @@ struct MANGOS_DLL_DECL mob_saronite_vaporAI : public ScriptedAI

void Reset()
{
m_uiDieTimer = 600000;
m_creature->SetRespawnDelay(DAY);
m_uiDieTimer = 600000;
}

void AttackStart(Unit *pWho)
Expand Down

0 comments on commit 22b936a

Please sign in to comment.