mirror of
https://git.vectorsigma.ru/public/mod-playerbots.git
synced 2026-08-06 08:59:02 +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