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:
Machiavelli
2010-09-03 00:44:27 +02:00
parent 1e8a294659
commit 2c1c391597
5 changed files with 24 additions and 5 deletions

View File

@@ -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"