Ignore XP to Life gem conversion if PvP
This commit is contained in:
parent
14ff704b5f
commit
3002330133
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ class DiabloClass {
|
||||||
}
|
}
|
||||||
|
|
||||||
function calculateGemLife() {
|
function calculateGemLife() {
|
||||||
if($this->isParagonMaxed()) return 0;
|
if($this->isParagonMaxed() || $this->type == 'pvp') return 0;
|
||||||
|
|
||||||
switch($this->stats->getStat('Exp Bonus')) {
|
switch($this->stats->getStat('Exp Bonus')) {
|
||||||
case .19: return .12;
|
case .19: return .12;
|
||||||
|
|
Loading…
Reference in a new issue