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