Implement ItemLevelSelector.db2
Implemented glowing new items in inventory
This commit is contained in:
@@ -199,6 +199,12 @@ namespace Game.DataStorage
|
||||
public byte RequiredAchievement;
|
||||
}
|
||||
|
||||
public sealed class ItemLevelSelectorRecord
|
||||
{
|
||||
public uint ID;
|
||||
public ushort ItemLevel;
|
||||
}
|
||||
|
||||
public sealed class ItemLimitCategoryRecord
|
||||
{
|
||||
public uint Id;
|
||||
|
||||
Reference in New Issue
Block a user