Merge pull request #18 from Kyleeld/master

additonal changes + plugins
This commit is contained in:
James
2019-04-20 15:42:18 -07:00
committed by GitHub
23 changed files with 2547 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;
}
}
}