barrows plugin: add barrows chest price evaluator

This commit is contained in:
trimbe
2018-05-05 15:44:51 -04:00
committed by Adam
parent 5f74f1a843
commit 5b13698079
5 changed files with 124 additions and 4 deletions

View File

@@ -29,7 +29,8 @@ public enum InventoryID
INVENTORY(93),
EQUIPMENT(94),
BANK(95),
PUZZLE_BOX(140);
PUZZLE_BOX(140),
BARROWS_REWARD(141);
private final int id;