diff options
-rw-r--r-- | src/tools/map_extractor/System.cpp | 2 | ||||
-rw-r--r-- | src/tools/vmap4_extractor/vmapexport.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/map_extractor/System.cpp b/src/tools/map_extractor/System.cpp index 878cc5072a4..37372b18d20 100644 --- a/src/tools/map_extractor/System.cpp +++ b/src/tools/map_extractor/System.cpp @@ -1464,7 +1464,7 @@ static bool RetardCheck() if (itr->path().extension() == ".MPQ") { printf("MPQ files found in Data directory!\n"); - printf("This tool works only with World of Warcraft: Legion\n"); + printf("This tool works only with World of Warcraft: Battle for Azeroth\n"); printf("\n"); printf("To extract maps for Wrath of the Lich King, rebuild tools using 3.3.5 branch!\n"); printf("\n"); diff --git a/src/tools/vmap4_extractor/vmapexport.cpp b/src/tools/vmap4_extractor/vmapexport.cpp index 3b4ac9aba25..6ad05e45f82 100644 --- a/src/tools/vmap4_extractor/vmapexport.cpp +++ b/src/tools/vmap4_extractor/vmapexport.cpp @@ -370,7 +370,7 @@ static bool RetardCheck() if (itr->path().extension() == ".MPQ") { printf("MPQ files found in Data directory!\n"); - printf("This tool works only with World of Warcraft: Legion\n"); + printf("This tool works only with World of Warcraft: Battle for Azeroth\n"); printf("\n"); printf("To extract maps for Wrath of the Lich King, rebuild tools using 3.3.5 branch!\n"); printf("\n"); |