From 171f701203479781034e41501a16a1f7a14918c1 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Tue, 9 Apr 2013 21:57:33 -0400 Subject: [PATCH] Recaclulate EHP before using --- libs/barbarian.php | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/barbarian.php b/libs/barbarian.php index c298469..e428514 100644 --- a/libs/barbarian.php +++ b/libs/barbarian.php @@ -5,6 +5,7 @@ class Barbarian extends DiabloClass { } function EHPScore() { + $this->calculateEHP(); $ehp = $this->stats->getStat('EHP Unbuffed'); if($this->type == 'pvp') {