From fe6bfc2ef1c33271912068a9123b3186d718443a Mon Sep 17 00:00:00 2001 From: megamage Date: Thu, 19 Feb 2009 18:47:52 -0600 Subject: [PATCH] [7301] Partially restored linux build Author: arrai --HG-- branch : trunk --- src/game/PoolHandler.cpp | 2 +- src/game/PoolHandler.h | 8 ++++---- 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 + * Copyright (C) 2005-2009 MaNGOS * * 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 + * Copyright (C) 2005-2009 MaNGOS * * 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 PoolTemplateDataMap; - typedef std::vector> PoolGroupCreatureMap; - typedef std::vector> PoolGroupGameObjectMap; - typedef std::vector> PoolGroupPoolMap; + typedef std::vector > PoolGroupCreatureMap; + typedef std::vector > PoolGroupGameObjectMap; + typedef std::vector > PoolGroupPoolMap; typedef std::pair SearchPair; typedef std::map 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__