mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
change talents spec command
This commit is contained in:
@@ -28,6 +28,10 @@ bool ChangeTalentsAction::Execute(Event event)
|
||||
else if (param.find("list") != std::string::npos)
|
||||
{
|
||||
listPremadePaths(getPremadePaths(""), &out);
|
||||
} else if (param == "1") {
|
||||
bot->ActivateSpec(0);
|
||||
} else if (param == "2") {
|
||||
bot->ActivateSpec(1);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user