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; }