diff --git a/zone/effects.cpp b/zone/effects.cpp index 2a1e189ce..3b19047d8 100644 --- a/zone/effects.cpp +++ b/zone/effects.cpp @@ -363,11 +363,6 @@ int32 Client::GetActSpellCost(uint16 spell_id, int32 cost) int16 focus_redux = GetFocusEffect(focusManaCost, spell_id); - if(focus_redux > 0) - { - PercentManaReduction += zone->random.Real(1, (double)focus_redux); - } - cost -= (cost * (PercentManaReduction / 100)); // Gift of Mana - reduces spell cost to 1 mana