Skip to content
Snippets Groups Projects
Commit 742bf701 authored by Nos's avatar Nos
Browse files

BETA: Fixed `CallSkill` effect it should ignore target type and cast skill...

BETA: Fixed `CallSkill` effect it should ignore target type and cast skill always from the effector to effected.

Reported by: Sdw
parent b880b780
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,6 @@ public class CallSkill extends AbstractEffect
@Override
public void onStart(BuffInfo info)
{
info.getEffector().makeTriggerCast(_skill.getSkill(), info.getEffected());
info.getEffector().makeTriggerCast(_skill.getSkill(), info.getEffected(), true);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment