This commit is contained in:
parent
3dcaed01ba
commit
b9e4f72708
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue