itemstats: Support holy wrench effect

This commit is contained in:
Max Weber
2018-03-20 21:26:43 -06:00
parent 94c00d9c83
commit 0a4dc4b3fc
2 changed files with 52 additions and 1 deletions

View File

@@ -292,6 +292,7 @@ public interface Client extends GameEngine
* @param inventory
* @return
*/
@Nullable
ItemContainer getItemContainer(InventoryID inventory);
int getIntStackSize();