1
Fork 0
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:
collett 2021-02-19 02:40:27 +09:00
parent 0f139c7b5d
commit ea9a353d33

View file

@ -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,