mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-30 16:17:46 +00:00
Added new InventoryType for Trade Inventory
This commit is contained in:
parent
4fdcc50898
commit
56b375ed9c
1 changed files with 2 additions and 0 deletions
|
@ -216,6 +216,8 @@ namespace Sapphire::Common
|
|||
HandIn = 2005,
|
||||
DamagedGear = 2007,
|
||||
//UNKNOWN_1 = 2008,
|
||||
// Temporary inventory that is used for the "trade" window
|
||||
TradeInventory = 2009,
|
||||
|
||||
ArmoryOff = 3200,
|
||||
ArmoryHead = 3201,
|
||||
|
|
Loading…
Add table
Reference in a new issue