Core/Maps: Move terrain data handling out of Map class

Port From (https://github.com/TrinityCore/TrinityCore/commit/16a06346aea16ffd6ee84081cedfdb0c75ac0b38)
This commit is contained in:
hondacrx
2022-07-24 16:31:00 -04:00
parent c4344fbf66
commit 3cd58e4a17
25 changed files with 1035 additions and 960 deletions
+1
View File
@@ -67,6 +67,7 @@ public static class Global
public static ArenaTeamManager ArenaTeamMgr { get { return ArenaTeamManager.Instance; } }
//Maps System
public static TerrainManager TerrainMgr { get { return TerrainManager.Instance; } }
public static MapManager MapMgr { get { return MapManager.Instance; } }
public static MMapManager MMapMgr { get { return MMapManager.Instance; } }
public static VMapManager VMapMgr { get { return VMapManager.Instance; } }