mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 09:07:19 +00:00
miscs(raid strategy, distance triggers, etc)
This commit is contained in:
@@ -38,7 +38,7 @@ bool HasAggroValue::Calculate()
|
||||
{
|
||||
if (Player* pl = victim->ToPlayer())
|
||||
{
|
||||
if (botAI->IsTank(pl))
|
||||
if (botAI->IsMainTank(pl))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user