mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-24 14:06:22 +00:00
Merge pull request #800 from liyunfan1223/remove_warrior_mark_rti
Remove mark rti strats for tank warrior
This commit is contained in:
@@ -312,7 +312,7 @@ void AiFactory::AddDefaultCombatStrategies(Player* player, PlayerbotAI* const fa
|
|||||||
break;
|
break;
|
||||||
case CLASS_WARRIOR:
|
case CLASS_WARRIOR:
|
||||||
if (tab == 2)
|
if (tab == 2)
|
||||||
engine->addStrategiesNoInit("tank", "tank assist", "aoe", "mark rti", nullptr);
|
engine->addStrategiesNoInit("tank", "tank assist", "aoe", nullptr);
|
||||||
else if (player->GetLevel() < 36 || tab == 0)
|
else if (player->GetLevel() < 36 || tab == 0)
|
||||||
engine->addStrategiesNoInit("arms", "aoe", "dps assist", /*"behind",*/ nullptr);
|
engine->addStrategiesNoInit("arms", "aoe", "dps assist", /*"behind",*/ nullptr);
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user