Skip to content

Commit

Permalink
Tools: Update RetardCheck()
Browse files Browse the repository at this point in the history
  • Loading branch information
AzgathCore authored Jul 9, 2020
1 parent 4d0a601 commit 327b8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/vmap4_extractor/vmapexport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,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");
Expand Down

0 comments on commit 327b8b9

Please sign in to comment.