inventoryid: add trade inventories

This commit is contained in:
Adam
2020-07-15 14:51:31 -04:00
parent 45660a1520
commit 82a99a2b2b

View File

@@ -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.
*/