1
This commit is contained in:
parent
9babf4c256
commit
3f6b4322c5
@ -16,6 +16,7 @@
|
||||
#include "playermgr.h"
|
||||
#include "app.h"
|
||||
#include "typeconvert.h"
|
||||
#include "handlermgr.h"
|
||||
|
||||
#include "framework/cpp/httpclientpool.h"
|
||||
|
||||
@ -29,7 +30,12 @@ public:
|
||||
|
||||
void Execute(Guild* guild)
|
||||
{
|
||||
|
||||
f8::MsgHdr hdr;
|
||||
f8::NetMsgHandler* handler = f8::GetNetMsgHandler(&HandlerMgr::Instance()->guild_msghandler,
|
||||
forward_msg.msgid());
|
||||
if (handler && handler->handlerid == HID_Guild) {
|
||||
ProcessNetMsg(handler, guild, hdr);
|
||||
}
|
||||
}
|
||||
|
||||
void OnError()
|
||||
|
Loading…
x
Reference in New Issue
Block a user