|
@@ -14,6 +14,7 @@
|
|
|
*/
|
|
|
package handlers.effecthandlers;
|
|
|
|
|
|
+import com.l2jserver.gameserver.ai.CtrlIntention;
|
|
|
import com.l2jserver.gameserver.model.CharEffectList;
|
|
|
import com.l2jserver.gameserver.model.L2Effect;
|
|
|
import com.l2jserver.gameserver.skills.AbnormalEffect;
|
|
@@ -62,6 +63,7 @@ public class EffectParalyze extends L2Effect
|
|
|
public boolean onStart()
|
|
|
{
|
|
|
getEffected().startAbnormalEffect(AbnormalEffect.HOLD_1);
|
|
|
+ getEffected().getAI().setIntention(CtrlIntention.AI_INTENTION_IDLE, getEffector());
|
|
|
getEffected().startParalyze();
|
|
|
return super.onStart();
|
|
|
}
|