#W# File structure changes.
This commit is contained in:
commit
a54cac2d23
38 changed files with 54 additions and 42 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue