mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-22 10:07:44 +00:00
Merge pull request #594 from Supamiu/develop
A new inventory container type + packet opcode update
This commit is contained in:
commit
d01e4357c9
2 changed files with 3 additions and 1 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,
|
||||
|
|
|
@ -333,7 +333,7 @@ namespace Sapphire::Network::Packets
|
|||
|
||||
UpdatePositionHandler = 0x01EC, // updated 5.1
|
||||
|
||||
InventoryModifyHandler = 0x0148, // updated 5.0
|
||||
InventoryModifyHandler = 0x0372, // updated 5.1
|
||||
InventoryEquipRecommendedItems = 0x0149, // updated 5.0
|
||||
|
||||
ReqPlaceHousingItem = 0x014B, // updated 5.0
|
||||
|
|
Loading…
Add table
Reference in a new issue