This commit is contained in:
aozhiwei 2023-03-14 17:48:50 +08:00
parent 8d3b32a9c0
commit 2bb43b3b8c
2 changed files with 3 additions and 2 deletions

View File

@ -114,9 +114,7 @@ void Android::InternalUpdate(int delta_time)
return; return;
} }
} }
#if 0
agent_->Exec(); agent_->Exec();
#endif
} }
void Android::GiveEquip() void Android::GiveEquip()

View File

@ -297,4 +297,7 @@ void CallFuncBuff::ProcLightCircle()
if (!skill_meta) { if (!skill_meta) {
return; return;
} }
if (skill_meta->GetMagicId() != MAGIC_30601_DJS) {
return;
}
} }