Add Chambers Of Xeric and TOB inventories

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
Michael Goodwin
2018-07-29 21:20:39 +02:00
committed by Tomas Slusny
parent 13c0566778
commit 9b65a7b160

View File

@@ -48,7 +48,15 @@ public enum InventoryID
/**
* Barrows reward chest inventory.
*/
BARROWS_REWARD(141);
BARROWS_REWARD(141),
/**
* Chambers of Xeric chest inventory.
*/
CHAMBERS_OF_XERIC_CHEST(581),
/**
* Theater of Blood reward chest inventory (Raids 2)
*/
THEATRE_OF_BLOOD_CHEST(10);
private final int id;