1
Fork 0
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:
Supamiu 2019-11-02 15:07:21 +01:00
parent 4fdcc50898
commit 56b375ed9c

View file

@ -216,6 +216,8 @@ namespace Sapphire::Common
HandIn = 2005, HandIn = 2005,
DamagedGear = 2007, DamagedGear = 2007,
//UNKNOWN_1 = 2008, //UNKNOWN_1 = 2008,
// Temporary inventory that is used for the "trade" window
TradeInventory = 2009,
ArmoryOff = 3200, ArmoryOff = 3200,
ArmoryHead = 3201, ArmoryHead = 3201,