Sync with L2jServer HighFive Jun 19th 2015.

This commit is contained in:
MobiusDev
2015-06-19 20:55:34 +00:00
parent 1cfd98106f
commit 3aa3d672d7
3 changed files with 9 additions and 2 deletions

View File

@ -1682,7 +1682,8 @@ public final class Formulas
attack_attribute_mod = 0.06909;
defence_attribute_mod = 0.078;
}
else if (attack_attribute >= 350)
// On retail else if (attack_attribute >= 350), can be considered a typo
else if (defence_attribute >= 350)
{
attack_attribute_mod = 0.0887;
defence_attribute_mod = 0.1007;