This reverts commit 179cb50557.
This commit is contained in:
parent
179cb50557
commit
c2ecc76457
588 changed files with 16260 additions and 10926 deletions
|
|
@ -19,7 +19,7 @@ namespace Server
|
|||
public static void Initialize()
|
||||
{
|
||||
string filePath = Path.Combine(Core.BaseDirectory, "Data/treasure.cfg");
|
||||
int i = 0;
|
||||
int i = 0, x = 0, y = 0;
|
||||
|
||||
if (File.Exists(filePath))
|
||||
{
|
||||
|
|
@ -69,4 +69,4 @@ namespace Server
|
|||
m.SendMessage("You have left a protected treasure map area.");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue