mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[7697] Interrupt casting at enter to evade mode.
This commit is contained in:
parent
cc83cac0aa
commit
d910610600
9 changed files with 19 additions and 18 deletions
|
|
@ -314,6 +314,7 @@ void ScriptedAI::UpdateAI(const uint32)
|
|||
|
||||
void ScriptedAI::EnterEvadeMode()
|
||||
{
|
||||
m_creature->CombatStop(true);
|
||||
if( m_creature->isAlive() )
|
||||
DoGoHome();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue