mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-22 10:07:44 +00:00
Merge pull request #605 from karashiiro/develop
CharaNameReq opcode update
This commit is contained in:
commit
51d29df7ac
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ namespace Sapphire::Network::Packets
|
||||||
|
|
||||||
ModelEquip = 0x0170, // updated 5.11
|
ModelEquip = 0x0170, // updated 5.11
|
||||||
Examine = 0x00EA, // updated 5.1
|
Examine = 0x00EA, // updated 5.1
|
||||||
CharaNameReq = 0x0198, // updated 5.0
|
CharaNameReq = 0x006C, // updated 5.11
|
||||||
|
|
||||||
// nb: see #565 on github
|
// nb: see #565 on github
|
||||||
UpdateRetainerItemSalePrice = 0x019F, // updated 5.0
|
UpdateRetainerItemSalePrice = 0x019F, // updated 5.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue