This commit is contained in:
parent
71923713d4
commit
9fd73fe1f4
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
using System;
|
||||
using System.Reflection;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using Server;
|
||||
using Server.Network;
|
||||
using Server.HuePickers;
|
||||
|
|
@ -190,7 +191,7 @@ namespace Server.Gumps
|
|||
m_Sea = new ArrayList();
|
||||
m_Human = new ArrayList();
|
||||
|
||||
ArrayList entries = Docs.LoadBodies();
|
||||
List<BodyEntry> entries = Docs.LoadBodies();
|
||||
|
||||
for ( int i = 0; i < entries.Count; ++i )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue