Add puzzle box InventoryID

This commit is contained in:
UniquePassive
2018-02-06 22:32:07 +01:00
committed by Adam
parent d0a0c6928a
commit d4c6575d9c

View File

@@ -27,7 +27,8 @@ package net.runelite.api;
public enum InventoryID
{
INVENTORY(93),
EQUIPMENT(94);
EQUIPMENT(94),
PUZZLE_BOX(140);
private final int id;