chore(Core/Misc): warhead -> acore (#17447)

This commit is contained in:
Kitzunu
2023-10-08 09:06:57 +02:00
committed by GitHub
parent 619f7297f9
commit 5357a31a01
13 changed files with 86 additions and 26 deletions

View File

@@ -431,7 +431,7 @@ int main(int argc, char** argv)
// 0 - normal shutdown
// 1 - shutdown at error
// 2 - restart command used, this code can be used by restarter for restart Warheadd
// 2 - restart command used, this code can be used by restarter for restart AzerothCore
return World::GetExitCode();
}