diff options
Diffstat (limited to 'src/tools/map_extractor')
| -rw-r--r-- | src/tools/map_extractor/System.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tools/map_extractor/System.cpp b/src/tools/map_extractor/System.cpp index b92f0d1668a..d5210560b10 100644 --- a/src/tools/map_extractor/System.cpp +++ b/src/tools/map_extractor/System.cpp @@ -17,6 +17,7 @@ #include "dbcfile.h" #include "Banner.h" +#include "Locales.h" #include "mpq_libmpq04.h" #include "StringFormat.h" @@ -1120,6 +1121,8 @@ inline void CloseMPQFiles() int main(int argc, char * arg[]) { + Trinity::Locale::Init(); + Trinity::Banner::Show("Map & DBC Extractor", [](char const* text) { printf("%s\n", text); }, nullptr); HandleArgs(argc, arg); |
