Reported by: blacksea
@@ -39,7 +39,11 @@ public class EnlargeAbnormalSlot extends L2Effect
{
return L2EffectType.ENLARGE_ABNORMAL_SLOT;
}
-
+ @Override
+ public boolean onActionTime()
+ {
+ return getSkill().isPassive();
+ }
@Override
public boolean onStart()
@@ -43,7 +43,7 @@ public class Lucky extends L2Effect
public boolean onActionTime()
- return true;