mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-12-16 18:10:05 +00:00
merged motd and exit patch by dongresource
This commit is contained in:
@@ -420,6 +420,10 @@ struct sP_CL2FE_REQ_PC_AVATAR_EMOTES_CHAT {
|
||||
int32_t iEmoteCode;
|
||||
};
|
||||
|
||||
struct sP_CL2FE_REQ_PC_EXIT {
|
||||
int32_t iID;
|
||||
};
|
||||
|
||||
// ========================================================[[ ShardServer2Client packets ]]========================================================
|
||||
|
||||
struct sP_FE2CL_REP_PC_ENTER_SUCC {
|
||||
@@ -534,7 +538,18 @@ struct sP_FE2CL_REP_PC_AVATAR_EMOTES_CHAT {
|
||||
int32_t iEmoteCode;
|
||||
};
|
||||
|
||||
struct sP_FE2CL_REP_PC_EXIT_SUCC {
|
||||
int32_t iID;
|
||||
int32_t iExitCode;
|
||||
};
|
||||
|
||||
#pragma pack(2)
|
||||
struct sP_FE2CL_PC_MOTD_LOGIN {
|
||||
int8_t iType;
|
||||
uint16_t szSystemMsg[512];
|
||||
};
|
||||
|
||||
#pragma pack(pop)
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user