From 7287d14dc696a20b43b943543f92edaf0eacc5c7 Mon Sep 17 00:00:00 2001 From: SaW Date: Sat, 25 Jan 2025 20:04:47 +0100 Subject: [PATCH] Update formation info to reflect chaos as default (#910) As the default formation was recently switched to chaos. --- src/strategy/values/Formations.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strategy/values/Formations.cpp b/src/strategy/values/Formations.cpp index 5503460f..27e1c99e 100644 --- a/src/strategy/values/Formations.cpp +++ b/src/strategy/values/Formations.cpp @@ -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; }