mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-11 22:51:27 +00:00
1st commit
This commit is contained in:
@@ -25,6 +25,10 @@
|
||||
#include "Implementation/LoginDatabase.h"
|
||||
#include "Implementation/WorldDatabase.h"
|
||||
|
||||
#ifdef PLAYERBOTS
|
||||
#include "PlayerbotDatabase.h"
|
||||
#endif
|
||||
|
||||
#include "Field.h"
|
||||
#include "PreparedStatement.h"
|
||||
#include "QueryCallback.h"
|
||||
@@ -38,4 +42,9 @@ AC_DATABASE_API extern DatabaseWorkerPool<CharacterDatabaseConnection> Character
|
||||
/// Accessor to the realm/login database
|
||||
AC_DATABASE_API extern DatabaseWorkerPool<LoginDatabaseConnection> LoginDatabase;
|
||||
|
||||
#ifdef PLAYERBOTS
|
||||
/// Accessor to the playerbot database
|
||||
AC_DATABASE_API extern DatabaseWorkerPool<PlayerbotDatabaseConnection> PlayerbotDatabase;
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user