inventoryid: add gim shared storage inventories
This commit is contained in:
@@ -81,11 +81,18 @@ public enum InventoryID
|
|||||||
* Theater of Blood reward chest inventory (Raids 2)
|
* Theater of Blood reward chest inventory (Raids 2)
|
||||||
*/
|
*/
|
||||||
THEATRE_OF_BLOOD_CHEST(612),
|
THEATRE_OF_BLOOD_CHEST(612),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Seed vault located inside the Farming Guild
|
* 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;
|
private final int id;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user