Merge remote-tracking branch 'runelite/master'

This commit is contained in:
Owain van Brakel
2021-10-27 03:29:13 +02:00
6 changed files with 76 additions and 75 deletions

View File

@@ -85,11 +85,18 @@ public enum InventoryID
* Theater of Blood reward chest inventory (Raids 2)
*/
THEATRE_OF_BLOOD_CHEST(612),
/**
* Seed vault located inside the Farming Guild
*/
SEED_VAULT(626);
SEED_VAULT(626),
/**
* Group ironman shared storage
*/
GROUP_STORAGE(659),
/**
* Player inventory when accessing group ironman shared storage
*/
GROUP_STORAGE_INV(660);
private final int id;