mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 22:57:45 +00:00
update inventory opcodes
This commit is contained in:
parent
13331c696e
commit
8f52a024ea
1 changed files with 2 additions and 2 deletions
|
@ -100,8 +100,8 @@ namespace Packets {
|
||||||
InventoryTransactionFinish = 0x017C, // updated 4.2
|
InventoryTransactionFinish = 0x017C, // updated 4.2
|
||||||
InventoryTransaction = 0x017D, // updated 4.2
|
InventoryTransaction = 0x017D, // updated 4.2
|
||||||
CurrencyCrystalInfo = 0x017E, // updated 4.2
|
CurrencyCrystalInfo = 0x017E, // updated 4.2
|
||||||
InventoryActionAck = 0x1139,
|
InventoryActionAck = 0x0180, // updated 4.2?
|
||||||
UpdateInventorySlot = 0x0180, // updated 4.2
|
UpdateInventorySlot = 0x0181, // updated 4.2
|
||||||
|
|
||||||
EventPlay = 0x018E, // updated 4.2
|
EventPlay = 0x018E, // updated 4.2
|
||||||
EventStart = 0x0198, // updated 4.2
|
EventStart = 0x0198, // updated 4.2
|
||||||
|
|
Loading…
Add table
Reference in a new issue