This commit is contained in:
mark 2009-05-17 07:01:20 +00:00
parent 3dcaed01ba
commit b9e4f72708

View file

@ -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;