Fix Theatre Of Blood InventoryID (#4608)

Fixes #4603
This commit is contained in:
Magic fTail
2018-08-01 10:12:11 +02:00
committed by Tomas Slusny
parent 205599f4db
commit a377c4b3ed

View File

@@ -56,7 +56,7 @@ public enum InventoryID
/**
* Theater of Blood reward chest inventory (Raids 2)
*/
THEATRE_OF_BLOOD_CHEST(10);
THEATRE_OF_BLOOD_CHEST(612);
private final int id;