diff options
author | Shauren <shauren.trinity@gmail.com> | 2020-07-09 15:14:16 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2020-07-09 15:14:16 +0200 |
commit | 49a99811de2c94a26b415efc0a322dfb33eefe62 (patch) | |
tree | 3a34048bbc5e7027ecf672b6abbb3a85c3a4e934 /src | |
parent | 87fea85431b22a3d4d997621bad9e4cad943a879 (diff) |
Tools: Update RetardCheck()
Diffstat (limited to 'src')
-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"); |