Core: Update to 10.2.7
Port From (https://github.com/TrinityCore/TrinityCore/commit/468a06baf046b716305ee665e3cfd93c80e99457)
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Game.DataStorage
|
||||
public uint Id;
|
||||
public short InstanceID;
|
||||
public AchievementFaction Faction;
|
||||
public ushort Supercedes;
|
||||
public int Supercedes;
|
||||
public ushort Category;
|
||||
public byte MinimumCriteria;
|
||||
public byte Points;
|
||||
|
||||
@@ -386,6 +386,8 @@ namespace Game.DataStorage
|
||||
public uint Id;
|
||||
public int Flags;
|
||||
public int ExpansionID;
|
||||
public int HealthItemLevelCurveID;
|
||||
public int DamageItemLevelCurveID;
|
||||
public int MinLevel;
|
||||
public int MaxLevel;
|
||||
public int MinLevelType;
|
||||
|
||||
@@ -286,6 +286,7 @@ namespace Game.DataStorage
|
||||
public int ItemAppearanceID;
|
||||
public int OrderIndex;
|
||||
public byte TransmogSourceTypeEnum;
|
||||
public int Flags;
|
||||
}
|
||||
|
||||
public sealed class ItemModifiedAppearanceExtraRecord
|
||||
|
||||
Reference in New Issue
Block a user