1
Fork 0
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:
Adam 2019-11-03 10:14:53 +11:00 committed by GitHub
commit d01e4357c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -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,

View file

@ -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