diff --git a/libs/demonhunter.php b/libs/demonhunter.php index b281c13..bfacd40 100644 --- a/libs/demonhunter.php +++ b/libs/demonhunter.php @@ -3,7 +3,7 @@ class DemonHunter extends DiabloClass { function __construct($stats, $type) { parent::__construct($stats, $type); } - + function EHPScore() { $this->calculateEHP(); $ehp = $this->stats->getStat('EHP Unbuffed'); @@ -55,13 +55,6 @@ class DemonHunter extends DiabloClass { $this->stats->getStat('+Discipline Regenerated per Second') * 15) / 100; } - function modifyDPSUnbuffed() { - parent::modifyDPSUnbuffed(); - - $this->stats->stats['DPS Unbuffed'] = $this->stats->getStat('DPS Unbuffed') / - (1 + $this->stats->getStat('Attacks per Second') / 2); - } - protected function calculateEHP() { if($this->type == 'pvp') {