diff --git a/Scripts/Spells/Necromancy/NecromancerSpell.cs b/Scripts/Spells/Necromancy/NecromancerSpell.cs index 570a7e76d..394a4b22a 100644 --- a/Scripts/Spells/Necromancy/NecromancerSpell.cs +++ b/Scripts/Spells/Necromancy/NecromancerSpell.cs @@ -42,7 +42,7 @@ namespace Server.Spells.Necromancy if( base.ConsumeReagents() ) return true; - if( ArcaneGem.ConsumeCharges( Caster, (Core.SE ? 1 : 1 + (int)Circle) ) ) + if( ArcaneGem.ConsumeCharges( Caster, 1 ) ) return true; return false;