Add puzzle box InventoryID

This commit is contained in:
UniquePassive
2018-02-08 19:03:03 -05:00
committed by Adam
parent d0a0c6928a
commit d4c6575d9c
@@ -27,7 +27,8 @@ package net.runelite.api;
public enum InventoryID public enum InventoryID
{ {
INVENTORY(93), INVENTORY(93),
EQUIPMENT(94); EQUIPMENT(94),
PUZZLE_BOX(140);
private final int id; private final int id;