mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
Core/DBLayer:
- Example implementation of prepared statement in ObjectMgr::SaveCreatureRespawntime - #include "MYSQLThreading.h" -> #include "MySQLThreading.h" (*really* fixes Linux build) --HG-- branch : trunk
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#include <mysql.h>
|
||||
|
||||
#include "MySQLConnection.h"
|
||||
#include "MYSQLThreading.h"
|
||||
#include "MySQLThreading.h"
|
||||
#include "QueryResult.h"
|
||||
#include "SQLOperation.h"
|
||||
#include "PreparedStatement.h"
|
||||
|
||||
Reference in New Issue
Block a user