Fixed champion's Illusion crash
This commit is contained in:
parent
1a2c163ce2
commit
37fdf53a51
@ -166,7 +166,7 @@ public class Illusion extends SkillActive
|
|||||||
UtilAction.velocity(skel, 0.6, 0.4, 1, false);
|
UtilAction.velocity(skel, 0.6, 0.4, 1, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
UtilEnt.CreatureMoveFast(skel, cur.getTargetBlock((HashSet<Byte>)null, 0).getLocation().add(0, 2, 0), 1.8f);
|
UtilEnt.CreatureMoveFast(skel, cur.getTargetBlock((HashSet<Byte>)null, 30).getLocation().add(0, 2, 0), 1.8f);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user