Precaution for adding skill power via mul effect.
This commit is contained in:
L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/handlers/effecthandlers/MagicalSkillPower.java
Vendored
+1
-1
@@ -26,6 +26,6 @@ public class MagicalSkillPower extends AbstractStatEffect
|
||||
{
|
||||
public MagicalSkillPower(StatsSet params)
|
||||
{
|
||||
super(params, Stats.MAGICAL_SKILL_POWER);
|
||||
super(params, Stats.MAGICAL_SKILL_POWER, Stats.SKILL_POWER_ADD);
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -26,6 +26,6 @@ public class PhysicalSkillPower extends AbstractStatEffect
|
||||
{
|
||||
public PhysicalSkillPower(StatsSet params)
|
||||
{
|
||||
super(params, Stats.PHYSICAL_SKILL_POWER);
|
||||
super(params, Stats.PHYSICAL_SKILL_POWER, Stats.SKILL_POWER_ADD);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user