summaryrefslogtreecommitdiff
path: root/src/common/Database/DatabaseEnv.cpp
diff options
context:
space:
mode:
authorKargatum <dowlandtop@yandex.com>2021-04-12 15:09:13 +0700
committerGitHub <noreply@github.com>2021-04-12 10:09:13 +0200
commit53ce87d0f7db456231b662d298d1c2cc7add37f9 (patch)
treedb16a8029c261262be3e078edc414ca70bf0bfb3 /src/common/Database/DatabaseEnv.cpp
parent81301c67d95a1e51bd269e8f4a49f373ecefeb42 (diff)
feat(Core/Database): implement db loader (#4431)
Diffstat (limited to 'src/common/Database/DatabaseEnv.cpp')
-rw-r--r--src/common/Database/DatabaseEnv.cpp10
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;