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() {
|
function modifyDPSUnbuffed() {
|
||||||
parent::modifyDPSUnbuffed();
|
parent::modifyDPSUnbuffed();
|
||||||
|
|
||||||
$this->stats->stats['DPS Unbuffed'] = $this->stats->stats['DPS Unbuffed'] /
|
$this->stats->stats['DPS Unbuffed'] = $this->stats->getStat('DPS Unbuffed') /
|
||||||
(1 + $this->stats->stats['Attacks per Second'] / 2);
|
(1 + $this->stats->getStat('Attacks per Second') / 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected
|
protected
|
||||||
|
|
Loading…
Reference in a new issue