mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-18 11:15:43 +00:00
[Strategy] Enable cat strategy, remove threat by default, reset strategy on talents change
This commit is contained in:
@@ -44,9 +44,11 @@ bool ChangeTalentsAction::Execute(Event event)
|
||||
} else if (param.find("spec ") != std::string::npos) {
|
||||
param = param.substr(5);
|
||||
out << SpecPick(param);
|
||||
botAI->ResetStrategies();
|
||||
} else if (param.find("apply ") != std::string::npos) {
|
||||
param = param.substr(6);
|
||||
out << SpecApply(param);
|
||||
botAI->ResetStrategies();
|
||||
} else {
|
||||
out << "Unknown command.";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user