Fixed champion's Illusion crash

This commit is contained in:
libraryaddict 2015-11-11 00:21:28 +13:00
parent 1a2c163ce2
commit 37fdf53a51
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ public class Illusion extends SkillActive
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);
}
}
}