mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
grobbulus fixed
This commit is contained in:
@@ -283,7 +283,7 @@ void AiFactory::AddDefaultCombatStrategies(Player* player, PlayerbotAI* const fa
|
||||
else if (tab == 1)
|
||||
engine->addStrategies("fire", "fire aoe", "threat", nullptr);
|
||||
else
|
||||
engine->addStrategies("frost", "frost aoe", "threat", "dps aoe", nullptr);
|
||||
engine->addStrategies("frost", "frost aoe", "threat", nullptr);
|
||||
|
||||
engine->addStrategies("dps", "dps assist", "cure", "ranged", nullptr);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user