mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
*Minor check in Ambassador Hellmaw's UpdateAI().
--HG-- branch : trunk
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user