Core/Maps: Improvements to terrain swap handling
Port From (https://github.com/TrinityCore/TrinityCore/commit/eba31dea27b7fdc4a49c024898ef3a01bcbc7295)
This commit is contained in:
@@ -33,7 +33,8 @@ namespace Game.Collision
|
||||
{
|
||||
Success,
|
||||
FileNotFound,
|
||||
VersionMismatch
|
||||
VersionMismatch,
|
||||
InvalidFile
|
||||
}
|
||||
|
||||
public class VMapManager : Singleton<VMapManager>
|
||||
|
||||
Reference in New Issue
Block a user