#W# File structure changes.
This commit is contained in:
parent
f3c4050cc3
commit
624d04b84f
38 changed files with 43 additions and 43 deletions
|
|
@ -77,7 +77,7 @@ namespace Server.Items
|
|||
|
||||
private static void LoadLocations()
|
||||
{
|
||||
string filePath = Path.Combine( Core.BaseDirectory, "Data/treasure.cfg" );
|
||||
string filePath = Path.Combine( Core.BaseDirectory, "Data/Config/treasure.cfg" );
|
||||
|
||||
List<Point2D> list = new List<Point2D>();
|
||||
List<Point2D> havenList = new List<Point2D>();
|
||||
|
|
@ -935,4 +935,4 @@ namespace Server.Items
|
|||
Delete();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue