diff options
author | Machiavelli <none@none> | 2009-04-19 18:48:20 +0200 |
---|---|---|
committer | Machiavelli <none@none> | 2009-04-19 18:48:20 +0200 |
commit | 99fc17d44fec12f31c55efd6b3f60c011baeb88a (patch) | |
tree | a628622efa91e5e73a64fa1999b9031e186d2afc /src/game/Creature.cpp | |
parent | 60736b1f7da05e5eee5100edc3e80fbb9e228495 (diff) |
* Tabs to spaces cleanup
--HG--
branch : trunk
Diffstat (limited to 'src/game/Creature.cpp')
-rw-r--r-- | src/game/Creature.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Creature.cpp b/src/game/Creature.cpp index f86df8485df..e7572bf5e78 100644 --- a/src/game/Creature.cpp +++ b/src/game/Creature.cpp @@ -205,7 +205,7 @@ void Creature::SearchFormation() uint32 lowguid = GetDBTableGUIDLow(); if(!lowguid) - return; + return; CreatureGroupInfoType::iterator frmdata = CreatureGroupMap.find(lowguid); if(frmdata != CreatureGroupMap.end()) |