summaryrefslogtreecommitdiff
path: root/src/server/database/Database/DatabaseEnv.cpp
blob: 2ded9baa7b51e7315176b21970c776fa6b615833 (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license, you may redistribute it and/or modify it under version 2 of the License, or (at your option), any later version.
 * Copyright (C) 2021+ WarheadCore <https://github.com/WarheadCore>
 */

#include "DatabaseEnv.h"

DatabaseWorkerPool<WorldDatabaseConnection> WorldDatabase;
DatabaseWorkerPool<CharacterDatabaseConnection> CharacterDatabase;
DatabaseWorkerPool<LoginDatabaseConnection> LoginDatabase;