From aab3cac29c493ee7f831f89a7da27a0219fc0011 Mon Sep 17 00:00:00 2001 From: KayenEQ Date: Wed, 6 Aug 2014 06:49:29 -0400 Subject: [PATCH] fix --- zone/spell_effects.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zone/spell_effects.cpp b/zone/spell_effects.cpp index 078827b78..9f6a3866b 100644 --- a/zone/spell_effects.cpp +++ b/zone/spell_effects.cpp @@ -6468,6 +6468,6 @@ void Mob::CalcSpellPowerDistanceMod(uint16 spell_id, float range, Mob* caster) float mod = spells[spell_id].min_dist_mod + (dist_from_min * (dm_mod_interval/dm_range)); mod *= 100.0f; - SetSpellPSetSpellPowerDistanceMod(static_cast(mod)); + SetSpellPowerDistanceMod(static_cast(mod)); } } \ No newline at end of file