diff options
author | ccrs <ccrs@users.noreply.github.com> | 2019-06-24 12:52:35 +0200 |
---|---|---|
committer | ccrs <ccrs@users.noreply.github.com> | 2019-06-24 12:52:35 +0200 |
commit | 3c77c04b052f721efb96bdaaceeca8de09926f12 (patch) | |
tree | 36d4e1ea1667d83bd2788b606f8a54b3dd18c81f | |
parent | ebd438883e31de4482617631ff9939f2246fda69 (diff) |
Core/AI: remove extra empty line
-rw-r--r-- | src/server/game/AI/SmartScripts/SmartAI.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/game/AI/SmartScripts/SmartAI.cpp b/src/server/game/AI/SmartScripts/SmartAI.cpp index adb030fdd6e..7165abdc8f2 100644 --- a/src/server/game/AI/SmartScripts/SmartAI.cpp +++ b/src/server/game/AI/SmartScripts/SmartAI.cpp @@ -528,7 +528,6 @@ void SmartAI::JustAppeared() { CreatureAI::JustAppeared(); - if (me->isDead()) return; |