aboutsummaryrefslogtreecommitdiff
path: root/src/server/bnetserver/Main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/bnetserver/Main.cpp')
-rw-r--r--src/server/bnetserver/Main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/server/bnetserver/Main.cpp b/src/server/bnetserver/Main.cpp
index 6b2e058262e..5d4fae4ce51 100644
--- a/src/server/bnetserver/Main.cpp
+++ b/src/server/bnetserver/Main.cpp
@@ -33,6 +33,7 @@
#include "GitRevision.h"
#include "IPLocation.h"
#include "IpNetwork.h"
+#include "Locales.h"
#include "LoginRESTService.h"
#include "MySQLThreading.h"
#include "OpenSSLCrypto.h"
@@ -89,6 +90,8 @@ int main(int argc, char** argv)
{
signal(SIGABRT, &Trinity::AbortHandler);
+ Trinity::Locale::Init();
+
auto configFile = fs::absolute(_TRINITY_BNET_CONFIG);
auto configDir = fs::absolute(_TRINITY_BNET_CONFIG_DIR);
std::string winServiceAction;