Tank face and dps behind

This commit is contained in:
Yunfan Li
2024-09-24 11:46:39 +08:00
parent c710345e8b
commit eea652f5d5
10 changed files with 216 additions and 83 deletions

View File

@@ -2023,7 +2023,7 @@ bool PlayerbotAI::IsDps(Player* player, bool bySpec)
{
return true;
}
if (tab == DRUID_TAB_FERAL && !IsTank(player))
if (tab == DRUID_TAB_FERAL && !IsTank(player, bySpec))
{
return true;
}