Update to Mintaka (thanks @enerdy)

This commit is contained in:
Lucas Nicodemus 2016-12-06 17:36:44 -07:00
parent d728a24902
commit 678f6c7cf8
No known key found for this signature in database
GPG key ID: CEE668CCE1BF2C7C
29 changed files with 51 additions and 39 deletions

0
TShockAPI/DB/BanManager.cs Executable file → Normal file
View file

0
TShockAPI/DB/CharacterManager.cs Executable file → Normal file
View file

0
TShockAPI/DB/GroupManager.cs Executable file → Normal file
View file

0
TShockAPI/DB/ItemManager.cs Executable file → Normal file
View file

0
TShockAPI/DB/ProjectileManager.cs Executable file → Normal file
View file

1
TShockAPI/DB/RegionManager.cs Executable file → Normal file
View file

@ -22,6 +22,7 @@ using System.Data;
using System.Linq;
using MySql.Data.MySqlClient;
using Terraria;
using Microsoft.Xna.Framework;
namespace TShockAPI.DB
{

1
TShockAPI/DB/RememberedPosManager.cs Executable file → Normal file
View file

@ -20,6 +20,7 @@ using System;
using System.Data;
using MySql.Data.MySqlClient;
using Terraria;
using Microsoft.Xna.Framework;
namespace TShockAPI.DB
{

0
TShockAPI/DB/SqlTable.cs Executable file → Normal file
View file

0
TShockAPI/DB/TileManager.cs Executable file → Normal file
View file

0
TShockAPI/DB/UserManager.cs Executable file → Normal file
View file

1
TShockAPI/DB/WarpsManager.cs Executable file → Normal file
View file

@ -23,6 +23,7 @@ using System.Diagnostics.CodeAnalysis;
using System.Linq;
using MySql.Data.MySqlClient;
using Terraria;
using Microsoft.Xna.Framework;
namespace TShockAPI.DB
{