*Minor check in Ambassador Hellmaw's UpdateAI().

--HG--
branch : trunk
This commit is contained in:
Anubisss
2009-04-21 21:26:45 +02:00
parent 784d388069
commit 4859edfb34

View File

@@ -166,6 +166,12 @@ struct TRINITY_DLL_DECL boss_ambassador_hellmawAI : public ScriptedAI
if (!UpdateVictim() )
return;
if(m_creature->HasAura(SPELL_BANISH, 0))
{
EnterEvadeMode();
return;
}
if (CorrosiveAcid_Timer < diff)
{
DoCast(m_creature,SPELL_CORROSIVE_ACID);