stupid errors

This commit is contained in:
mark 2006-06-21 01:50:46 +00:00
parent 0db89cdb67
commit 8737c38c85
3 changed files with 5 additions and 5 deletions

View file

@ -168,7 +168,7 @@ namespace Server.SkillHandlers
int range = 10 + (int)(from.Skills[SkillName.Tracking].Value / 10);
ArrayList list = new ArrayList();
List<Mobile> list = new List<Mobile>();
foreach ( Mobile m in from.GetMobilesInRange( range ) )
{