diff options
author | Shauren <shauren.trinity@gmail.com> | 2022-07-24 18:56:40 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-07-24 18:56:40 +0200 |
commit | fbe0b8efebca3bc2662b477bdf45627f9783d6c2 (patch) | |
tree | 6f5662045be0c4e5f06d8a97f9669b7f93cf2df1 /src/server/game/Battlegrounds/BattlegroundMgr.cpp | |
parent | 8f2c5413d7a3775a304c793653d41caabf3ba997 (diff) |
Core/Maps: Removed MapInstanced - no longer neccessary for grid data reference counting (moved to TerrainInfo)
Diffstat (limited to 'src/server/game/Battlegrounds/BattlegroundMgr.cpp')
-rw-r--r-- | src/server/game/Battlegrounds/BattlegroundMgr.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/server/game/Battlegrounds/BattlegroundMgr.cpp b/src/server/game/Battlegrounds/BattlegroundMgr.cpp index 29fcc2c7719..58e8243b990 100644 --- a/src/server/game/Battlegrounds/BattlegroundMgr.cpp +++ b/src/server/game/Battlegrounds/BattlegroundMgr.cpp @@ -37,8 +37,6 @@ #include "GameEventMgr.h" #include "Language.h" #include "Log.h" -#include "Map.h" -#include "MapInstanced.h" #include "MapManager.h" #include "ObjectMgr.h" #include "Player.h" |