#W# File structure changes.

This commit is contained in:
WarrentyExpired 2026-08-06 19:02:54 -04:00
parent f3c4050cc3
commit 624d04b84f
38 changed files with 43 additions and 43 deletions

View file

@ -123,7 +123,7 @@ namespace Server.Gumps
get
{
if ( m_Root == null )
m_Root = Load( "Data/objects.xml" );
m_Root = Load( "Data/Config/objects.xml" );
return m_Root;
}