mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
And a compile fix
This commit is contained in:
@@ -1148,7 +1148,7 @@ int main(int argc, char * arg[])
|
||||
if (build > CONF_TargetBuild)
|
||||
{
|
||||
printf("Base locale-%s.MPQ has build higher than target build (%u > %u), nothing extracted!\n", Locales[i], build, CONF_TargetBuild);
|
||||
return;
|
||||
return 0;
|
||||
}
|
||||
|
||||
printf("Detected client build: %u\n", build);
|
||||
|
||||
Reference in New Issue
Block a user