Core/DataStores: Updated db2 structures to 8.3.0
Port From (https://github.com/TrinityCore/TrinityCore/commit/90628b7d29e041310abc25438f219a0c73c41bae)
This commit is contained in:
@@ -26,7 +26,7 @@ namespace Framework.Constants
|
||||
Any = -1,
|
||||
}
|
||||
|
||||
public enum CriteriaTreeFlags : ushort
|
||||
public enum CriteriaTreeFlags
|
||||
{
|
||||
ProgressBar = 0x0001,
|
||||
ProgressIsDate = 0x0004,
|
||||
|
||||
@@ -42,7 +42,7 @@ namespace Framework.Constants
|
||||
public const uint infinityCooldownDelayCheck = Time.Month / 2;
|
||||
public const int MaxPlayerSummonDelay = 2 * Time.Minute;
|
||||
|
||||
public const int TaxiMaskSize = 311;
|
||||
public const int TaxiMaskSize = 319;
|
||||
|
||||
// corpse reclaim times
|
||||
public const int DeathExpireStep = (5 * Time.Minute);
|
||||
@@ -542,7 +542,7 @@ namespace Framework.Constants
|
||||
// first slot for item stored (in any way in player items data)
|
||||
Start = 0,
|
||||
// last+1 slot for item stored (in any way in player items data)
|
||||
End = 195,
|
||||
End = 199,
|
||||
Count = (End - Start)
|
||||
}
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@ namespace Framework.Constants
|
||||
public const int MaxMountCapabilities = 24;
|
||||
public const int MaxLockCase = 8;
|
||||
public const int MaxAzeriteEmpoweredTier = 5;
|
||||
public const int MaxAzeriteEssenceSlot = 3;
|
||||
public const int MaxAzeriteEssenceSlot = 4;
|
||||
public const int MaxAzeriteEssenceRank = 4;
|
||||
|
||||
/// <summary>
|
||||
@@ -582,6 +582,8 @@ namespace Framework.Constants
|
||||
BattleForAzeroth = 7,
|
||||
Max,
|
||||
|
||||
ShadowLands = 8,
|
||||
|
||||
MaxAccountExpansions
|
||||
}
|
||||
public enum PowerType : sbyte
|
||||
@@ -762,7 +764,8 @@ namespace Framework.Constants
|
||||
HeroicWarfront = 149,
|
||||
LFR15thAnniversary = 151,
|
||||
|
||||
Max
|
||||
VisionsOfNzoth = 152,
|
||||
TeemingIsland = 153
|
||||
}
|
||||
|
||||
public enum DifficultyFlags : ushort
|
||||
|
||||
Reference in New Issue
Block a user