diff options
Diffstat (limited to 'src/common/Database/DatabaseEnv.cpp')
| -rw-r--r-- | src/common/Database/DatabaseEnv.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/common/Database/DatabaseEnv.cpp b/src/common/Database/DatabaseEnv.cpp new file mode 100644 index 0000000000..3fd2f2a65c --- /dev/null +++ b/src/common/Database/DatabaseEnv.cpp @@ -0,0 +1,10 @@ +/* + * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU AGPL v3 license: https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE-AGPL3 + * Copyright (C) 2021+ WarheadCore <https://github.com/WarheadCore> + */ + +#include "DatabaseEnv.h" + +WorldDatabaseWorkerPool WorldDatabase; +CharacterDatabaseWorkerPool CharacterDatabase; +LoginDatabaseWorkerPool LoginDatabase; |
