1
This commit is contained in:
commit
c3c0bc5d29
@ -286,6 +286,7 @@ void App::AddSocketMsg(SocketFrom_e sockfrom,
|
||||
const char *msgbody,
|
||||
int bodylen)
|
||||
{
|
||||
std::shared_ptr<int[]> sp1(new int[10]());
|
||||
MsgNode *p = (MsgNode*) malloc(sizeof(MsgNode));
|
||||
memset(p, 0, sizeof(MsgNode));
|
||||
p->sockfrom = sockfrom;
|
||||
|
@ -436,6 +436,7 @@ void CallFuncBuff::ProcFlashMoveToPos()
|
||||
|
||||
void CallFuncBuff::ProcLightCircle()
|
||||
{
|
||||
return;
|
||||
if (!skill_meta) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user