inventoryid: add trade inventories
This commit is contained in:
@@ -33,6 +33,14 @@ public enum InventoryID
|
||||
* Reward from fishing trawler
|
||||
*/
|
||||
FISHING_TRAWLER_REWARD(0),
|
||||
/**
|
||||
* The trade inventory.
|
||||
*/
|
||||
TRADE(90),
|
||||
/**
|
||||
* The other trade inventory.
|
||||
*/
|
||||
TRADEOTHER(90 | 0x8000),
|
||||
/**
|
||||
* Standard player inventory.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user