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