EnchantRateItem slot value should be long.

This commit is contained in:
MobiusDevelopment
2019-05-16 15:19:20 +00:00
parent 7853d1be21
commit beb8bd2bbe
6 changed files with 6 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ public final class EnchantRateItem
{
private final String _name;
private int _itemId;
private int _slot;
private long _slot;
private Boolean _isMagicWeapon = null;
public EnchantRateItem(String name)