Sync with L2jServer HighFive Sep 8th 2015.
This commit is contained in:
@@ -85,7 +85,7 @@ public final class EnergyAttack extends AbstractEffect
|
||||
final Skill skill = info.getSkill();
|
||||
|
||||
double attack = attacker.getPAtk(target);
|
||||
int defence = target.getPDef(attacker);
|
||||
double defence = target.getPDef(attacker);
|
||||
|
||||
if (!_ignoreShieldDefence)
|
||||
{
|
||||
|
Reference in New Issue
Block a user