From 4a6cef16c6c29f767e826c91059a2e0ea8c36bae Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Tue, 9 Apr 2013 23:49:19 -0400 Subject: [PATCH] Do not need to modify DPS for DH --- libs/demonhunter.php | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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') {