lootingbagviewer

This commit is contained in:
Kyleeld
2019-04-20 19:38:40 +01:00
parent 7740d4f6a0
commit 50a054ec86
3 changed files with 187 additions and 1 deletions

View File

@@ -57,6 +57,10 @@ public enum InventoryID
* Chambers of Xeric chest inventory.
*/
CHAMBERS_OF_XERIC_CHEST(581),
/**
* Looting Bag inventory
*/
LOOTING_BAG(516),
/**
* Theater of Blood reward chest inventory (Raids 2)
*/
@@ -78,4 +82,4 @@ public enum InventoryID
{
return id;
}
}
}