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

View file

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