mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-03 09:17:47 +00:00
fix modelequip, examine, etc
This commit is contained in:
parent
64be2964c9
commit
324f1bd000
1 changed files with 3 additions and 3 deletions
|
@ -155,9 +155,9 @@ namespace Sapphire::Network::Packets
|
||||||
PlayerStateFlags = 0x0193, // updated 5.0
|
PlayerStateFlags = 0x0193, // updated 5.0
|
||||||
PlayerClassInfo = 0x0194, // updated 5.0
|
PlayerClassInfo = 0x0194, // updated 5.0
|
||||||
|
|
||||||
ModelEquip = 0x018B, // updated 4.5
|
ModelEquip = 0x0196, // updated 5.0
|
||||||
Examine = 0x018C, // updated 4.5
|
Examine = 0x0197, // updated 5.0
|
||||||
CharaNameReq = 0x018D, // updated 4.5
|
CharaNameReq = 0x0198, // updated 5.0
|
||||||
|
|
||||||
SetLevelSync = 0x1186, // not updated for 4.4, not sure what it is anymore
|
SetLevelSync = 0x1186, // not updated for 4.4, not sure what it is anymore
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue