Update formation info to reflect chaos as default (#910)

As the default formation was recently switched to chaos.
This commit is contained in:
SaW 2025-01-25 20:04:47 +01:00 committed by GitHub
parent 2ebeb244ec
commit 7287d14dc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -609,7 +609,7 @@ bool SetFormationAction::Execute(Event event)
str << "Invalid formation: |cffff0000" << formation;
botAI->TellMaster(str);
botAI->TellMaster(
"Please set to any of:|cffffffff near (default), queue, chaos, circle, line, shield, arrow, melee, far");
"Please set to any of:|cffffffff chaos (default), near, queue, circle, line, shield, arrow, melee, far");
return false;
}