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