This commit is contained in:
aozhiwei 2022-10-08 12:39:00 +08:00
parent 171cf22914
commit bcc077f587

View File

@ -346,12 +346,14 @@ void Skill::ProcSWZB()
(
[sender, center] (const std::vector<std::any>& params) mutable
{
#if 0
if (sender.Get()) {
Entity* e = std::any_cast<Entity*>(params.at(0));
if (e->IsCreature()) {
}
}
#endif
}
);
e->EnemyAndObstacleAttack