From 49a99811de2c94a26b415efc0a322dfb33eefe62 Mon Sep 17 00:00:00 2001 From: Shauren Date: Thu, 9 Jul 2020 15:14:16 +0200 Subject: Tools: Update RetardCheck() --- src/tools/map_extractor/System.cpp | 2 +- src/tools/vmap4_extractor/vmapexport.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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"); -- cgit v1.2.3