mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-18 22:19:54 -04:00
Core/Database: Converted the database library to a shared library.
* There is still the possibility to static link against database.
(cherry picked from commit 6cfea2d8f7)
This commit is contained in:
@@ -317,6 +317,6 @@ T* DatabaseWorkerPool<T>::GetFreeConnection()
|
||||
return connection;
|
||||
}
|
||||
|
||||
template class DatabaseWorkerPool<LoginDatabaseConnection>;
|
||||
template class DatabaseWorkerPool<WorldDatabaseConnection>;
|
||||
template class DatabaseWorkerPool<CharacterDatabaseConnection>;
|
||||
template class TC_DATABASE_API DatabaseWorkerPool<LoginDatabaseConnection>;
|
||||
template class TC_DATABASE_API DatabaseWorkerPool<WorldDatabaseConnection>;
|
||||
template class TC_DATABASE_API DatabaseWorkerPool<CharacterDatabaseConnection>;
|
||||
|
||||
Reference in New Issue
Block a user