mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 14:57:44 +00:00
Fix /playtime
This commit is contained in:
parent
23c288489f
commit
c224967480
1 changed files with 1 additions and 1 deletions
|
@ -64,6 +64,7 @@ enum ServerZoneIpcType :
|
||||||
///////////////////////////////////////////////////
|
///////////////////////////////////////////////////
|
||||||
|
|
||||||
ChatBanned = 0x006B,
|
ChatBanned = 0x006B,
|
||||||
|
Playtime = 0x006C, // updated 4.4
|
||||||
Logout = 0x0077, // updated 4.4
|
Logout = 0x0077, // updated 4.4
|
||||||
CFNotify = 0x0078,
|
CFNotify = 0x0078,
|
||||||
CFMemberStatus = 0x0079,
|
CFMemberStatus = 0x0079,
|
||||||
|
@ -78,7 +79,6 @@ enum ServerZoneIpcType :
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Playtime = 0x00F5, // updated 4.3
|
|
||||||
Chat = 0x00F4, // updated 4.4
|
Chat = 0x00F4, // updated 4.4
|
||||||
SocialList = 0x00FB, // updated 4.4
|
SocialList = 0x00FB, // updated 4.4
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue