diff options
| author | ccrs <ccrs@users.noreply.github.com> | 2019-06-24 12:52:35 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-12-12 02:15:10 +0100 |
| commit | f4a71ea9aac1991825f47bb213fc149a81dc77e2 (patch) | |
| tree | 7392a356019a88addc21352fbd81625f494224ba | |
| parent | d7e544e81626ab477024c057e3e7a2a45083f3a7 (diff) | |
Core/AI: remove extra empty line
(cherry picked from commit 3c77c04b052f721efb96bdaaceeca8de09926f12)
| -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 0c71d7c00c3..7247c513fd9 100644 --- a/src/server/game/AI/SmartScripts/SmartAI.cpp +++ b/src/server/game/AI/SmartScripts/SmartAI.cpp @@ -530,7 +530,6 @@ void SmartAI::JustAppeared() { CreatureAI::JustAppeared(); - if (me->isDead()) return; |
