Core/Datastorage: Fix wrong types
This commit is contained in:
@@ -237,8 +237,8 @@ namespace Game.DataStorage
|
||||
{
|
||||
public uint Id;
|
||||
public sbyte AddQuantity;
|
||||
public uint PlayerConditionID;
|
||||
public int ParentItemLimitCategoryID;
|
||||
public ushort PlayerConditionID;
|
||||
public uint ParentItemLimitCategoryID;
|
||||
}
|
||||
|
||||
public sealed class ItemModifiedAppearanceRecord
|
||||
|
||||
@@ -39,8 +39,8 @@ namespace Game.DataStorage
|
||||
public sealed class RewardPackXCurrencyTypeRecord
|
||||
{
|
||||
public uint Id;
|
||||
public uint CurrencyTypeID;
|
||||
public int Quantity;
|
||||
public ushort CurrencyTypeID;
|
||||
public short Quantity;
|
||||
public uint RewardPackID;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user