mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Update formation info to reflect chaos as default (#910)
As the default formation was recently switched to chaos.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user