1
This commit is contained in:
parent
171cf22914
commit
bcc077f587
@ -346,12 +346,14 @@ void Skill::ProcSWZB()
|
|||||||
(
|
(
|
||||||
[sender, center] (const std::vector<std::any>& params) mutable
|
[sender, center] (const std::vector<std::any>& params) mutable
|
||||||
{
|
{
|
||||||
|
#if 0
|
||||||
if (sender.Get()) {
|
if (sender.Get()) {
|
||||||
Entity* e = std::any_cast<Entity*>(params.at(0));
|
Entity* e = std::any_cast<Entity*>(params.at(0));
|
||||||
if (e->IsCreature()) {
|
if (e->IsCreature()) {
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
e->EnemyAndObstacleAttack
|
e->EnemyAndObstacleAttack
|
||||||
|
Loading…
x
Reference in New Issue
Block a user