Removed old db stuff.

This commit is contained in:
Filip Maj 2016-01-10 03:05:22 -05:00
parent 625ee299f7
commit bea796ec85
16 changed files with 29 additions and 686 deletions

View file

@ -6,8 +6,8 @@ using FFXIVClassic_Lobby_Server.common;
using System.Runtime.InteropServices;
using MySql.Data.MySqlClient;
using System.Reflection;
using FFXIVClassic_Lobby_Server.dataobjects;
using System.IO;
using FFXIVClassic_Lobby_Server.dataobjects;
namespace FFXIVClassic_Lobby_Server
{