From b9e4f72708c3592e85c8383006b92d2b9320214d Mon Sep 17 00:00:00 2001 From: mark Date: Sun, 17 May 2009 07:01:20 +0000 Subject: [PATCH] --- Scripts/Spells/Necromancy/NecromancerSpell.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;