mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-25 11:07:45 +00:00
pickup correct PlayTime opcode
This commit is contained in:
parent
0f139c7b5d
commit
ea9a353d33
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ namespace Sapphire::Network::Packets
|
||||||
///////////////////////////////////////////////////
|
///////////////////////////////////////////////////
|
||||||
|
|
||||||
ChatBanned = 0xF06B,
|
ChatBanned = 0xF06B,
|
||||||
Playtime = 0x03A4, // updated 5.35 hotfix
|
Playtime = 0x0302, // updated 5.45 hotfix
|
||||||
Logout = 0x012A, // updated 5.45 hotfix
|
Logout = 0x012A, // updated 5.45 hotfix
|
||||||
CFNotify = 0x026E, // updated 5.45 hotfix
|
CFNotify = 0x026E, // updated 5.45 hotfix
|
||||||
CFMemberStatus = 0x0079,
|
CFMemberStatus = 0x0079,
|
||||||
|
|
Loading…
Add table
Reference in a new issue