Use getStat to view stats
This commit is contained in:
parent
8c2a855ed6
commit
eceeaea558
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@ class DemonHunter extends DiabloClass {
|
|||
function modifyDPSUnbuffed() {
|
||||
parent::modifyDPSUnbuffed();
|
||||
|
||||
$this->stats->stats['DPS Unbuffed'] = $this->stats->stats['DPS Unbuffed'] /
|
||||
(1 + $this->stats->stats['Attacks per Second'] / 2);
|
||||
$this->stats->stats['DPS Unbuffed'] = $this->stats->getStat('DPS Unbuffed') /
|
||||
(1 + $this->stats->getStat('Attacks per Second') / 2);
|
||||
}
|
||||
|
||||
protected
|
||||
|
|
Loading…
Reference in a new issue