mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
*fix Lady Vashj
*fix Toxic Sporebat's Toxic Pool spell --HG-- branch : trunk
This commit is contained in:
@@ -287,11 +287,11 @@ struct TRINITY_DLL_DECL boss_lady_vashjAI : public ScriptedAI
|
||||
//if(who->HasStealthAura())
|
||||
// who->RemoveSpellsCausingAura(SPELL_AURA_MOD_STEALTH);
|
||||
|
||||
if(Phase != 2)
|
||||
AttackStart(who);
|
||||
|
||||
if(!m_creature->isInCombat())
|
||||
if(!m_creature->isInCombat())//AttackStart() sets UNIT_FLAG_IN_COMBAT, so this msut be before attacking
|
||||
StartEvent();
|
||||
|
||||
if(Phase != 2)
|
||||
AttackStart(who);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user