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__