* Renamed PoolHandler to PoolMgr since the pool systems has nothing to do with

* the client/server protocol.

--HG--
branch : trunk
rename : src/server/game/Pools/PoolHandler.cpp => src/server/game/Pools/PoolMgr.cpp
rename : src/server/game/Pools/PoolHandler.h => src/server/game/Pools/PoolMgr.h
This commit is contained in:
Brian
2010-06-25 03:50:19 -06:00
parent be2d40d189
commit 852a0c44a2
8 changed files with 29 additions and 29 deletions
@@ -22,7 +22,7 @@
#include "QuestDef.h"
#include "GameObject.h"
#include "ObjectMgr.h"
#include "PoolHandler.h"
#include "PoolMgr.h"
#include "SpellMgr.h"
#include "Spell.h"
#include "UpdateMask.h"