mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Core/SAI: restore deleted line in 28050f338d
Field left uninitialized. Caused weird evade behaviour
This commit is contained in:
@@ -45,6 +45,7 @@ SmartAI::SmartAI(Creature* c) : CreatureAI(c)
|
||||
// Spawn in run mode
|
||||
mRun = true;
|
||||
m_Ended = false;
|
||||
mEvadeDisabled = false;
|
||||
|
||||
mCanAutoAttack = true;
|
||||
mCanCombatMove = true;
|
||||
|
||||
Reference in New Issue
Block a user