#W# File structure changes.

This commit is contained in:
WarrentyExpired 2026-08-06 19:05:46 -04:00
commit a54cac2d23
38 changed files with 54 additions and 42 deletions

View file

@ -312,7 +312,7 @@ namespace Server.Regions
static SpawnGroup()
{
string path = Path.Combine( Core.BaseDirectory, "Data/SpawnDefinitions.xml" );
string path = Path.Combine( Core.BaseDirectory, "Data/Config/SpawnDefinitions.xml" );
if ( !File.Exists( path ) )
return;
@ -406,4 +406,4 @@ namespace Server.Regions
return false;
}
}
}
}