Sync with L2jServer HighFive Nov 28th 2015.
This commit is contained in:
@@ -1773,6 +1773,11 @@ public final class Formulas
|
||||
|
||||
int defence_attribute = target.getDefenseElementValue(attacker.getAttackElement());
|
||||
|
||||
if (attack_attribute <= defence_attribute)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
double attack_attribute_mod = 0;
|
||||
double defence_attribute_mod = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user