mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 06:27:45 +00:00
Player stats IPC;
This commit is contained in:
parent
8c58d81736
commit
f8aa6c6d7d
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ namespace Packets {
|
||||||
HateList = 0x011A,
|
HateList = 0x011A,
|
||||||
UpdateClassInfo = 0x011D,
|
UpdateClassInfo = 0x011D,
|
||||||
InitUI = 0x012B, // updated 4.1
|
InitUI = 0x012B, // updated 4.1
|
||||||
PlayerStats = 0x012C, // updated 4.1
|
PlayerStats = 0x0138, // updated 4.1
|
||||||
ActorOwner = 0x012D, // updated 4.1
|
ActorOwner = 0x012D, // updated 4.1
|
||||||
PlayerStateFlags = 0x013A, // updated 4.1
|
PlayerStateFlags = 0x013A, // updated 4.1
|
||||||
PlayerClassInfo = 0x013B, // updated 4.1
|
PlayerClassInfo = 0x013B, // updated 4.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue