1
0
Fork 0

Recaclulate EHP before using

This commit is contained in:
Andrew Tomaka 2013-04-09 21:57:33 -04:00
parent 0f6b13f964
commit 171f701203
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ class Barbarian extends DiabloClass {
}
function EHPScore() {
$this->calculateEHP();
$ehp = $this->stats->getStat('EHP Unbuffed');
if($this->type == 'pvp') {