Core/DataStores: Updated db2 structures to 9.1.5
Port From (https://github.com/TrinityCore/TrinityCore/commit/d52c00a8fe79186013980af0e2caa3fd13c0c5fa)
This commit is contained in:
@@ -2074,7 +2074,7 @@ namespace Framework.Constants
|
||||
Max
|
||||
}
|
||||
|
||||
public enum UiMapType
|
||||
public enum UiMapType : uint
|
||||
{
|
||||
Cosmic = 0,
|
||||
World = 1,
|
||||
|
||||
@@ -23,7 +23,7 @@ namespace Framework.Constants
|
||||
public const uint Alliance = 1;
|
||||
}
|
||||
|
||||
public enum GarrisonBuildingFlags : byte
|
||||
public enum GarrisonBuildingFlags : int
|
||||
{
|
||||
NeedsPlan = 0x1
|
||||
}
|
||||
@@ -42,7 +42,7 @@ namespace Framework.Constants
|
||||
Covenant = 123
|
||||
}
|
||||
|
||||
public enum GarrisonAbilityFlags : ushort
|
||||
public enum GarrisonAbilityFlags : int
|
||||
{
|
||||
Trait = 0x01,
|
||||
CannotRoll = 0x02,
|
||||
|
||||
@@ -501,7 +501,7 @@ namespace Framework.Constants
|
||||
CookingSupp = 0x10000
|
||||
}
|
||||
|
||||
public enum InventoryType : byte
|
||||
public enum InventoryType : sbyte
|
||||
{
|
||||
NonEquip = 0,
|
||||
Head = 1,
|
||||
|
||||
@@ -45,7 +45,7 @@ namespace Framework.Constants
|
||||
public const uint infinityCooldownDelayCheck = Time.Month / 2;
|
||||
public const int MaxPlayerSummonDelay = 2 * Time.Minute;
|
||||
|
||||
public const int TaxiMaskSize = 338;
|
||||
public const int TaxiMaskSize = 339;
|
||||
|
||||
// corpse reclaim times
|
||||
public const int DeathExpireStep = (5 * Time.Minute);
|
||||
|
||||
@@ -2379,6 +2379,8 @@ namespace Framework.Constants
|
||||
CompleteCampaign = 283, // Flags all quests as completed that are assigned to campaign (MiscValueA)
|
||||
SendChatMessage = 284, // MiscValue[0] = BroadcastTextID, MiscValue[1] = ChatType
|
||||
ModifyKeystone2 = 285,
|
||||
GrantBattlepetExperience = 286,
|
||||
SetGarrisonFollowerLevel = 287,
|
||||
TotalSpellEffects
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user