aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorariel- <ariel-@users.noreply.github.com>2016-12-01 01:59:05 -0300
committerariel- <ariel-@users.noreply.github.com>2016-12-01 02:00:27 -0300
commit80073bc3681213c5036dad577c2dd52689a8df01 (patch)
treeeab8df277159ba6454c113e16677456424237829 /src
parent7e3a0cba9db83e5089ddf82a5332c343febc8c81 (diff)
Core/SAI: restore deleted line in 28050f338dfc66e0c40b6a3915bf96e38e0613e5
Field left uninitialized. Caused weird evade behaviour
Diffstat (limited to 'src')
-rw-r--r--src/server/game/AI/SmartScripts/SmartAI.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/game/AI/SmartScripts/SmartAI.cpp b/src/server/game/AI/SmartScripts/SmartAI.cpp
index ecf2de12256..b520e6b5894 100644
--- a/src/server/game/AI/SmartScripts/SmartAI.cpp
+++ b/src/server/game/AI/SmartScripts/SmartAI.cpp
@@ -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;