mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Tools: Update RetardCheck()
This commit is contained in:
@@ -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");
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user