diff --git a/Scripts/Gumps/Properties/SetBodyGump.cs b/Scripts/Gumps/Properties/SetBodyGump.cs index f21d3b2e0..78ec9754e 100644 --- a/Scripts/Gumps/Properties/SetBodyGump.cs +++ b/Scripts/Gumps/Properties/SetBodyGump.cs @@ -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 entries = Docs.LoadBodies(); for ( int i = 0; i < entries.Count; ++i ) {