stupid errors
This commit is contained in:
parent
0db89cdb67
commit
8737c38c85
3 changed files with 5 additions and 5 deletions
|
|
@ -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 ) )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue