mirror of
https://github.com/mangosfour/server.git
synced 2025-12-22 04:37:01 +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
|
|
@ -47,7 +47,7 @@ TotemAI::MoveInLineOfSight(Unit *)
|
|||
|
||||
void TotemAI::EnterEvadeMode()
|
||||
{
|
||||
m_creature->CombatStop();
|
||||
m_creature->CombatStop(true);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue