Chat Feature

It just works
This commit is contained in:
2020-08-19 18:37:15 +01:00
parent fafde9348e
commit 95e454232a
3 changed files with 25 additions and 7 deletions

View File

@@ -547,9 +547,12 @@ struct sP_FE2CL_REP_PC_EXIT_SUCC {
struct sP_FE2CL_PC_MOTD_LOGIN {
int8_t iType;
uint16_t szSystemMsg[512];
struct sP_FE2CL_REP_SEND_FREECHAT_MESSAGE_SUCC {
int32_t iPC_ID;
char16_t szFreeChat[128];
int32_t iEmoteCode;
};
#pragma pack(pop)
#endif