Skip to content
Snippets Groups Projects
Commit 39f6f59c authored by Nos's avatar Nos
Browse files

BETA: DP-Part for [L6329]

parent d3c0e979
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ public final class Blink extends AbstractEffect
@Override
public void onStart(BuffInfo info)
{
final L2Character effected = isSelfEffect() ? info.getEffector() : info.getEffected();
final L2Character effected = info.getEffected();
final int radius = info.getSkill().getFlyRadius();
final double angle = Util.convertHeadingToDegree(effected.getHeading());
final double radian = Math.toRadians(angle);
......
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