mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-25 14:07:46 +00:00
fix CurrencyCrystalInfo opcode
This commit is contained in:
parent
f043177719
commit
c7555878dc
1 changed files with 1 additions and 1 deletions
|
@ -130,8 +130,8 @@ namespace Packets {
|
||||||
ContainerInfo = 0x0192, // updated 4.3
|
ContainerInfo = 0x0192, // updated 4.3
|
||||||
InventoryTransactionFinish = 0x0193, // updated 4.3
|
InventoryTransactionFinish = 0x0193, // updated 4.3
|
||||||
InventoryTransaction = 0x0194, // updated 4.3
|
InventoryTransaction = 0x0194, // updated 4.3
|
||||||
|
CurrencyCrystalInfo = 0x0195, // updated 4.3
|
||||||
InventoryActionAck = 0x0197, // updated 4.3
|
InventoryActionAck = 0x0197, // updated 4.3
|
||||||
CurrencyCrystalInfo = 0xFFFF, // updated 4.3 - wrong opcode
|
|
||||||
|
|
||||||
UpdateInventorySlot = 0x0198, // updated 4.3
|
UpdateInventorySlot = 0x0198, // updated 4.3
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue