diff options
| author | Vincent-Michael <vincent_michael@gmx.de> | 2016-03-16 21:38:01 +0100 | 
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2016-04-09 17:14:08 +0200 | 
| commit | 179b521dce6c8887784870913191a35b2c513b48 (patch) | |
| tree | 089906e82ca69246f0589b43dab5080e489280b5 /src/server/game/AI/CreatureAI.cpp | |
| parent | 307a93839b2b6adfc0f6511a75dd82b9c5fb473f (diff) | |
Core: Remove whitespaces
(cherry picked from commit 5e74c2223bff8a467d6f1ce18f6f08aa05e17019)
Diffstat (limited to 'src/server/game/AI/CreatureAI.cpp')
| -rw-r--r-- | src/server/game/AI/CreatureAI.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/server/game/AI/CreatureAI.cpp b/src/server/game/AI/CreatureAI.cpp index 352ae635878..5b76b583d24 100644 --- a/src/server/game/AI/CreatureAI.cpp +++ b/src/server/game/AI/CreatureAI.cpp @@ -283,7 +283,7 @@ bool CreatureAI::_EnterEvadeMode(EvadeReason /*why*/)  int32 CreatureAI::VisualizeBoundary(uint32 duration, Unit* owner, bool fill) const  {      typedef std::pair<int32, int32> coordinate; -     +      if (!owner)          return -1; @@ -293,7 +293,7 @@ int32 CreatureAI::VisualizeBoundary(uint32 duration, Unit* owner, bool fill) con      std::queue<coordinate> Q;      std::unordered_set<coordinate> alreadyChecked;      std::unordered_set<coordinate> outOfBounds; -     +      Position startPosition = owner->GetPosition();      if (!CheckBoundary(&startPosition)) // fall back to creature position      { | 
