aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Pools/PoolMgr.h
diff options
context:
space:
mode:
authorShauren <none@none>2010-09-14 16:14:43 +0200
committerShauren <none@none>2010-09-14 16:14:43 +0200
commitc2c3302d2f3ef6dbee548e92254dc1373cef56d1 (patch)
tree59d4fcf19c2b843e0a05d4778b2c21a4ee78b9f4 /src/server/game/Pools/PoolMgr.h
parent102e51d620c9a948db4b685cef53a7ed0698bd4c (diff)
Core/Vehicles: Removed hacky setting entry for multi-passenger mounts
Core/Pools: Fixed compile --HG-- branch : trunk
Diffstat (limited to 'src/server/game/Pools/PoolMgr.h')
-rw-r--r--src/server/game/Pools/PoolMgr.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/server/game/Pools/PoolMgr.h b/src/server/game/Pools/PoolMgr.h
index 30f2e62acf6..ced4b9da5a5 100644
--- a/src/server/game/Pools/PoolMgr.h
+++ b/src/server/game/Pools/PoolMgr.h
@@ -139,19 +139,19 @@ class PoolMgr
void SpawnPool(uint32 pool_id, uint32 db_guid_or_pool_id);
uint32 max_pool_id;
- typedef std::vector<PoolTemplateData> PoolTemplateDataMap;
+ typedef std::vector<PoolTemplateData> PoolTemplateDataMap;
typedef std::vector<PoolGroup<Creature> > PoolGroupCreatureMap;
typedef std::vector<PoolGroup<GameObject> > PoolGroupGameObjectMap;
typedef std::vector<PoolGroup<Pool> > PoolGroupPoolMap;
typedef std::vector<PoolGroup<Quest> > PoolGroupQuestMap;
- typedef std::pair<uint32, uint32> SearchPair;
- typedef std::map<uint32, uint32> SearchMap;
+ typedef std::pair<uint32, uint32> SearchPair;
+ typedef std::map<uint32, uint32> SearchMap;
- PoolTemplateDataMap mPoolTemplate;
- PoolGroupCreatureMap mPoolCreatureGroups;
+ PoolTemplateDataMap mPoolTemplate;
+ PoolGroupCreatureMap mPoolCreatureGroups;
PoolGroupGameObjectMap mPoolGameobjectGroups;
- PoolGroupPoolMap mPoolPoolGroups;
- PoolGroupQuestMap mPoolQuestGroups;
+ PoolGroupPoolMap mPoolPoolGroups;
+ PoolGroupQuestMap mPoolQuestGroups;
SearchMap mCreatureSearchMap;
SearchMap mGameobjectSearchMap;
SearchMap mPoolSearchMap;