Core: Updated to 10.2.5
Port From (https://github.com/TrinityCore/TrinityCore/commit/a4a4d010a0e329d4dbd82c0be5feab1fc06c8834)
This commit is contained in:
@@ -19,7 +19,10 @@ namespace Framework.Constants
|
||||
public const int MaxMasterySpells = 2;
|
||||
|
||||
public const int ReqPrimaryTreeTalents = 31;
|
||||
public const int ExploredZonesSize = 192;
|
||||
|
||||
public const int ExploredZonesSize = 240;
|
||||
public const int ExploredZonesBits = sizeof(ulong) * 8;
|
||||
|
||||
public const ulong MaxMoneyAmount = 99999999999UL;
|
||||
public const int MaxActionButtons = 180;
|
||||
public const int MaxActionButtonActionValue = 0x00FFFFFF + 1;
|
||||
@@ -900,4 +903,11 @@ namespace Framework.Constants
|
||||
Guild = 0,
|
||||
Personal = 1,
|
||||
}
|
||||
|
||||
public enum PlayerDataFlag
|
||||
{
|
||||
ExploredZonesIndex = 1,
|
||||
CharacterIndex = 2,
|
||||
AccountIndex = 3
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user