mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 05:54:50 +02:00
Got aetheryte map and completed quest work values... working.
This commit is contained in:
parent
a2c4d077e9
commit
306f4ef346
11 changed files with 546 additions and 382 deletions
|
@ -21,6 +21,7 @@ along with Project Meteor Server. If not, see <https:www.gnu.org/licenses/>.
|
|||
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using Meteor.Common;
|
||||
using MySql.Data.MySqlClient;
|
||||
using NLog;
|
||||
|
||||
|
@ -35,7 +36,7 @@ namespace Meteor.Map
|
|||
public static DateTime Tick = DateTime.Now;
|
||||
|
||||
static void Main(string[] args)
|
||||
{
|
||||
{
|
||||
// set up logging
|
||||
Log = LogManager.GetCurrentClassLogger();
|
||||
#if DEBUG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue