- Comment updates for DataPath, MapDefinitions and Email.
- Added a FromAddress to Email for MailMessage construction, using "RunUO" as done before throws an exception because it's not an email address. - Fixed the regular expression in Email to check for valid email addresses.
This commit is contained in:
parent
31185a874f
commit
fd6d28d56b
5 changed files with 17 additions and 14 deletions
|
|
@ -9,9 +9,9 @@ namespace Server.Misc
|
|||
{
|
||||
/* If you have not installed Ultima Online,
|
||||
* or wish the server to use a separate set of datafiles,
|
||||
* change the 'CustomPath' value, example:
|
||||
*
|
||||
* private const string CustomPath = @"C:\Program Files\Ultima Online";
|
||||
* change the 'CustomPath' value.
|
||||
* Example:
|
||||
* private static string CustomPath = @"C:\Program Files\Ultima Online";
|
||||
*/
|
||||
private static string CustomPath = null;
|
||||
|
||||
|
|
@ -21,7 +21,7 @@ namespace Server.Misc
|
|||
* Multi.mul
|
||||
* VerData.mul
|
||||
* TileData.mul
|
||||
* Map*.mul
|
||||
* Map*.mul or Map*LegacyMUL.uop
|
||||
* StaIdx*.mul
|
||||
* Statics*.mul
|
||||
* MapDif*.mul
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue