mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-22 10:07:44 +00:00
UpdateClassInfo correction
This commit is contained in:
parent
6e66848bb3
commit
c47af19fae
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ namespace Sapphire::Network::Packets
|
|||
HateList = 0x018A, // updated 5.0
|
||||
ObjectSpawn = 0x018B, // updated 5.0
|
||||
ObjectDespawn = 0x018C, // updated 5.0
|
||||
UpdateClassInfo = 0x0399, // updated 5.11
|
||||
UpdateClassInfo = 0x00FC, // updated 5.11
|
||||
SilentSetClassJob = 0x018E, // updated 5.0 - seems to be the case, not sure if it's actually used for anything
|
||||
PlayerSetup = 0x01A1, // updated 5.11
|
||||
PlayerStats = 0x0324, // updated 5.11
|
||||
|
|
Loading…
Add table
Reference in a new issue