Core: Update to 10.1
Port From (https://github.com/TrinityCore/TrinityCore/commit/16bc74667e8996b64258718e95b97258dfc0217a)
This commit is contained in:
@@ -19,11 +19,11 @@ namespace Framework.Constants
|
||||
public enum HeaderFlags : short
|
||||
{
|
||||
None = 0x0,
|
||||
OffsetMap = 0x1,
|
||||
SecondIndex = 0x2,
|
||||
IndexMap = 0x4,
|
||||
Unknown = 0x8,
|
||||
Compressed = 0x10,
|
||||
Sparse = 0x1,
|
||||
SecondaryKey = 0x2,
|
||||
Index = 0x4,
|
||||
Unknown1 = 0x8,
|
||||
BitPacked = 0x10,
|
||||
}
|
||||
|
||||
[Flags]
|
||||
@@ -2380,7 +2380,7 @@ namespace Framework.Constants
|
||||
Max
|
||||
}
|
||||
|
||||
public enum UiMapType : uint
|
||||
public enum UiMapType : byte
|
||||
{
|
||||
Cosmic = 0,
|
||||
World = 1,
|
||||
|
||||
Reference in New Issue
Block a user