This commit is contained in:
azw 2023-11-06 11:14:23 +00:00
commit c3c0bc5d29
2 changed files with 2 additions and 0 deletions

View File

@ -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;

View File

@ -436,6 +436,7 @@ void CallFuncBuff::ProcFlashMoveToPos()
void CallFuncBuff::ProcLightCircle()
{
return;
if (!skill_meta) {
return;
}