Reverted accuracy data.

This commit is contained in:
MobiusDev
2016-02-23 10:11:20 +00:00
parent 59849d472b
commit 42ee48bb6d
165 changed files with 12611 additions and 12611 deletions

View File

@ -116,7 +116,7 @@ public class L2CharTemplate extends ListenersContainer
_basePAtkSpd = set.getInt("basePAtkSpd", 300);
_baseMAtkSpd = set.getInt("baseMAtkSpd", 333);
_baseShldDef = set.getInt("baseShldDef", 0);
_basePAcc = set.getDouble("accuracy", 0);
_basePAcc = set.getDouble("accuracy", 100);
_baseAttackRange = set.getInt("baseAtkRange", 40);
_randomDamage = set.getInt("baseRndDam", 0);
_baseAttackType = set.getEnum("baseAtkType", WeaponType.class, WeaponType.FIST);