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 8d50b414ea6..cdcb9aff2c8 100644 --- a/src/tools/map_extractor/System.cpp +++ b/src/tools/map_extractor/System.cpp @@ -26,6 +26,7 @@ #include "Locales.h" #include "MapDefines.h" #include "StringFormat.h" +#include "Util.h" #include "adt.h" #include "wdt.h" #include <CascLib.h> @@ -1470,6 +1471,8 @@ static bool RetardCheck() int main(int argc, char * arg[]) { + Trinity::VerifyOsVersion(); + Trinity::Locale::Init(); Trinity::Banner::Show("Map & DBC Extractor", [](char const* text) { printf("%s\n", text); }, nullptr); |
