Core: Updated to 11.1.7
Port From (https://github.com/TrinityCore/TrinityCore/commit/ceb8d561b44579118b109a9ff71ba415df53bbdc)
This commit is contained in:
@@ -80,7 +80,7 @@ namespace Game.DataStorage
|
||||
public string GameType;
|
||||
public string ShortDescription;
|
||||
public string LongDescription;
|
||||
public sbyte InstanceType;
|
||||
public int PvpType;
|
||||
public byte MinLevel;
|
||||
public byte MaxLevel;
|
||||
public sbyte RatedPlayers;
|
||||
@@ -93,6 +93,7 @@ namespace Game.DataStorage
|
||||
public int IconFileDataID;
|
||||
public int RequiredPlayerConditionID;
|
||||
|
||||
public BattlemasterType GetPvpType() { return (BattlemasterType)PvpType; }
|
||||
public bool HasFlag(BattlemasterListFlags battlemasterListFlags) { return (Flags & (int)battlemasterListFlags) != 0; }
|
||||
}
|
||||
|
||||
|
||||
@@ -387,6 +387,8 @@ namespace Game.DataStorage
|
||||
public int ExpansionID;
|
||||
public int HealthItemLevelCurveID;
|
||||
public int DamageItemLevelCurveID;
|
||||
public int HealthPrimaryStatCurveID;
|
||||
public int DamagePrimaryStatCurveID;
|
||||
public int MinLevel;
|
||||
public int MaxLevel;
|
||||
public int MinLevelType;
|
||||
|
||||
@@ -80,7 +80,7 @@ namespace Game.DataStorage
|
||||
public uint CurrentCompletedQuestLogic;
|
||||
public uint SpellLogic;
|
||||
public uint ItemLogic;
|
||||
public byte ItemFlags;
|
||||
public int ItemFlags;
|
||||
public uint AuraSpellLogic;
|
||||
public ushort WorldStateExpressionID;
|
||||
public int WeatherID;
|
||||
|
||||
@@ -56,7 +56,7 @@ namespace Game.DataStorage
|
||||
public sealed class QuestV2Record
|
||||
{
|
||||
public uint Id;
|
||||
public ushort UniqueBitFlag;
|
||||
public int UniqueBitFlag;
|
||||
public int UiQuestDetailsTheme;
|
||||
}
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ namespace Game.DataStorage
|
||||
public uint Id;
|
||||
public string Description;
|
||||
public byte TierID;
|
||||
public byte Flags;
|
||||
public int Flags;
|
||||
public byte ColumnIndex;
|
||||
public ushort TabID;
|
||||
public sbyte ClassID;
|
||||
|
||||
@@ -43,7 +43,7 @@ namespace Game.DataStorage
|
||||
public ushort IntroSound;
|
||||
public ushort UwIntroSound;
|
||||
public ushort AreaTableID;
|
||||
public byte Flags;
|
||||
public int Flags;
|
||||
}
|
||||
|
||||
public sealed class WorldEffectRecord
|
||||
|
||||
Reference in New Issue
Block a user