Core/Maps: Improvements to terrain swap handling

Port From (https://github.com/TrinityCore/TrinityCore/commit/eba31dea27b7fdc4a49c024898ef3a01bcbc7295)
This commit is contained in:
hondacrx
2020-05-25 20:32:24 -04:00
parent 888d281aa7
commit c695b3ee5f
9 changed files with 119 additions and 88 deletions
@@ -33,7 +33,8 @@ namespace Game.Collision
{
Success,
FileNotFound,
VersionMismatch
VersionMismatch,
InvalidFile
}
public class VMapManager : Singleton<VMapManager>