aboutsummaryrefslogtreecommitdiff
path: root/src/game/PoolHandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/PoolHandler.cpp')
-rw-r--r--src/game/PoolHandler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/PoolHandler.cpp b/src/game/PoolHandler.cpp
index 6a63102ccce..73fe4c01b9e 100644
--- a/src/game/PoolHandler.cpp
+++ b/src/game/PoolHandler.cpp
@@ -558,7 +558,7 @@ void PoolHandler::LoadFromDB()
SearchPair p(guid, pool_id);
mGameobjectSearchMap.insert(p);
- } while( result->NextRow() );
+ } while ( result->NextRow() );
sLog.outString();
sLog.outString( ">> Loaded %u gameobject in pools", count );
}
@@ -625,7 +625,7 @@ void PoolHandler::LoadFromDB()
SearchPair p(child_pool_id, mother_pool_id);
mPoolSearchMap.insert(p);
- } while( result->NextRow() );
+ } while ( result->NextRow() );
// Now check for circular reference
for (uint16 i=0; i<max_pool_id; ++i)