Merge pull request #1026 from Abextm/holy-wrench

itemstats: Support holy wrench effect
This commit is contained in:
Adam
2018-03-22 08:43:57 -04:00
committed by GitHub
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();