Item count parameter can be up to long value.
This commit is contained in:
@@ -378,7 +378,7 @@ public class ItemTable
|
||||
return item;
|
||||
}
|
||||
|
||||
public Item createItem(String process, int itemId, int count, Player actor)
|
||||
public Item createItem(String process, int itemId, long count, Player actor)
|
||||
{
|
||||
return createItem(process, itemId, count, actor, null);
|
||||
}
|
||||
|
Reference in New Issue
Block a user