mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 09:07:19 +00:00
Tank face and dps behind
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user