This commit is contained in:
mark 2009-08-09 07:18:50 +00:00
parent 57b345a480
commit 68d742d262
28 changed files with 432 additions and 193 deletions

View file

@ -257,7 +257,7 @@ namespace Server.Items
- Summoning Undead
*/
double val = (targ.Hits * 1.6) + targ.Stam + targ.Mana;
double val = (targ.HitsMax * 1.6) + targ.StamMax + targ.ManaMax;
val += targ.SkillsTotal / 10;