diff options
Diffstat (limited to 'src/game/MapManager.h')
-rw-r--r-- | src/game/MapManager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/MapManager.h b/src/game/MapManager.h index f9e64240686..05fd3db9951 100644 --- a/src/game/MapManager.h +++ b/src/game/MapManager.h @@ -27,6 +27,7 @@ #include "Common.h" #include "Map.h" #include "GridStates.h" +#include "MapUpdater.h" class Transport; @@ -152,6 +153,7 @@ class MANGOS_DLL_DECL MapManager : public MaNGOS::Singleton<MapManager, MaNGOS:: IntervalTimer i_timer; uint32 i_MaxInstanceId; + MapUpdater m_updater; }; #endif |