Fixed skill mastery for fighters.
Contributed by NviX.
This commit is contained in:
@ -951,8 +951,7 @@ public class Formulas
|
||||
return false;
|
||||
}
|
||||
|
||||
final int val = (int) actor.getStat().getValue(Stats.SKILL_CRITICAL, -1);
|
||||
|
||||
final int val = (int) actor.getStat().getAdd(Stats.SKILL_CRITICAL, -1);
|
||||
if (val == -1)
|
||||
{
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user