Core/DataStores: Updated db2 structures to 9.0.5
Port From (https://github.com/TrinityCore/TrinityCore/commit/34a8baba85bdd86f07730e387144954dd64372ad)
This commit is contained in:
@@ -157,6 +157,7 @@ namespace Game.DataStorage
|
||||
public int ChrCustomizationBoneSetID;
|
||||
public int ChrCustomizationCondModelID;
|
||||
public int ChrCustomizationDisplayInfoID;
|
||||
public int ChrCustItemGeoModifyID;
|
||||
}
|
||||
|
||||
public sealed class ChrCustomizationOptionRecord
|
||||
|
||||
@@ -139,6 +139,8 @@ namespace Game.DataStorage
|
||||
public ushort ChildItemBonusTreeID;
|
||||
public ushort ChildItemBonusListID;
|
||||
public ushort ChildItemLevelSelectorID;
|
||||
public int ItemBonusListGroupID;
|
||||
public int ParentItemBonusTreeNodeID;
|
||||
public uint ParentItemBonusTreeID;
|
||||
}
|
||||
|
||||
|
||||
@@ -20,8 +20,13 @@ namespace Game.DataStorage
|
||||
public sealed class RandPropPointsRecord
|
||||
{
|
||||
public uint Id;
|
||||
public float DamageReplaceStatF;
|
||||
public float DamageSecondaryF;
|
||||
public int DamageReplaceStat;
|
||||
public int DamageSecondary;
|
||||
public float[] EpicF = new float[5];
|
||||
public float[] SuperiorF = new float[5];
|
||||
public float[] GoodF = new float[5];
|
||||
public uint[] Epic = new uint[5];
|
||||
public uint[] Superior = new uint[5];
|
||||
public uint[] Good = new uint[5];
|
||||
|
||||
Reference in New Issue
Block a user