Item count parameter can be up to long value.

This commit is contained in:
MobiusDevelopment
2022-09-28 21:22:05 +00:00
parent 37b5cbba76
commit b088b93339
26 changed files with 26 additions and 26 deletions

View File

@@ -381,7 +381,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);
}