Recaclulate EHP before using
This commit is contained in:
parent
0f6b13f964
commit
171f701203
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ class Barbarian extends DiabloClass {
|
|||
}
|
||||
|
||||
function EHPScore() {
|
||||
$this->calculateEHP();
|
||||
$ehp = $this->stats->getStat('EHP Unbuffed');
|
||||
|
||||
if($this->type == 'pvp') {
|
||||
|
|
Loading…
Reference in a new issue