Vmap: Introduce skipping of antiportals and unreachable mogp
Port From (https://github.com/TrinityCore/TrinityCore/commit/dbb7f65723fd4c46ae7f12801fa12ca2196fcb03)
This commit is contained in:
@@ -66,9 +66,9 @@ namespace Framework.Constants
|
||||
public const uint MapLiquidMagic = 0x51494C4D; //"MLIQ";
|
||||
|
||||
public const uint mmapMagic = 0x4D4D4150; // 'MMAP'
|
||||
public const int mmapVersion = 14;
|
||||
public const int mmapVersion = 15;
|
||||
|
||||
public const string VMapMagic = "VMAP_4.A";
|
||||
public const string VMapMagic = "VMAP_4.B";
|
||||
public const float VMAPInvalidHeightValue = -200000.0f;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user