This commit is contained in:
KayenEQ 2014-08-03 16:32:36 -04:00
parent f3710856ad
commit 4b7fa0654c

View File

@ -204,7 +204,7 @@ bool Mob::SpellEffect(Mob* caster, uint16 spell_id, float partial)
if(spell_id == SPELL_LAY_ON_HANDS && caster && caster->GetAA(aaImprovedLayOnHands))
effect_value = GetMaxHP();
if (_IsPowerDistModSpell)
if (_IsPowerDistModSpell && GetSpellPowerDistanceMod())
effect_value = effect_value*(GetSpellPowerDistanceMod()/100);
#ifdef SPELL_EFFECT_SPAM