diff options
| author | megamage <none@none> | 2009-02-19 18:47:52 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-02-19 18:47:52 -0600 |
| commit | fe6bfc2ef1c33271912068a9123b3186d718443a (patch) | |
| tree | 763d890d3280a0b952625ebd027539f85a06bd9b /src | |
| parent | 72e8c092128a33515d6f4b48a71526ece81b17b7 (diff) | |
[7301] Partially restored linux build Author: arrai
--HG--
branch : trunk
Diffstat (limited to 'src')
| -rw-r--r-- | src/game/PoolHandler.cpp | 2 | ||||
| -rw-r--r-- | src/game/PoolHandler.h | 8 | ||||
| -rw-r--r-- | src/shared/revision_nr.h | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/src/game/PoolHandler.cpp b/src/game/PoolHandler.cpp index 2eef36ba9c2..3fa9ad46f00 100644 --- a/src/game/PoolHandler.cpp +++ b/src/game/PoolHandler.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> + * Copyright (C) 2005-2009 MaNGOS <http://www.mangosproject.org/> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/PoolHandler.h b/src/game/PoolHandler.h index 995c97d59b6..b920db5f7d2 100644 --- a/src/game/PoolHandler.h +++ b/src/game/PoolHandler.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> + * Copyright (C) 2005-2009 MaNGOS <http://www.mangosproject.org/> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -59,9 +59,9 @@ class PoolHandler bool isSystemInit; uint16 max_pool_id; 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<Creature> > PoolGroupCreatureMap; + typedef std::vector<PoolGroup<GameObject> > PoolGroupGameObjectMap; + typedef std::vector<PoolGroup<Pool> > PoolGroupPoolMap; typedef std::pair<uint32, uint16> SearchPair; typedef std::map<uint32, uint16> SearchMap; diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 240926801cc..475f6728c7f 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "7299" + #define REVISION_NR "7301" #endif // __REVISION_NR_H__ |
