mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 22:01:30 +00:00
fix
This commit is contained in:
parent
f3710856ad
commit
4b7fa0654c
@ -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))
|
if(spell_id == SPELL_LAY_ON_HANDS && caster && caster->GetAA(aaImprovedLayOnHands))
|
||||||
effect_value = GetMaxHP();
|
effect_value = GetMaxHP();
|
||||||
|
|
||||||
if (_IsPowerDistModSpell)
|
if (_IsPowerDistModSpell && GetSpellPowerDistanceMod())
|
||||||
effect_value = effect_value*(GetSpellPowerDistanceMod()/100);
|
effect_value = effect_value*(GetSpellPowerDistanceMod()/100);
|
||||||
|
|
||||||
#ifdef SPELL_EFFECT_SPAM
|
#ifdef SPELL_EFFECT_SPAM
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user