This commit is contained in:
parent
c0218110c3
commit
754877f880
12 changed files with 70 additions and 56 deletions
|
|
@ -65,7 +65,7 @@ namespace Server.Spells.Fifth
|
|||
SpellHelper.CheckReflect( (int)this.Circle, ref from, ref target );
|
||||
|
||||
int damage = (int)((Caster.Skills[SkillName.Magery].Value + Caster.Int) / 5);
|
||||
|
||||
|
||||
if ( damage > 60 )
|
||||
damage = 60;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue