mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-14 09:29:09 +00:00
PvP: ignore Spirit of Redemption and pets
This commit is contained in:
@@ -17,7 +17,7 @@ class FindTargetForTankStrategy : public FindNonCcTargetStrategy
|
||||
if (IsCcTarget(creature))
|
||||
return;
|
||||
|
||||
float threat = threatMgr->getThreat(bot);
|
||||
float threat = threatMgr->GetThreat(bot);
|
||||
if (!result || (minThreat - threat) > 0.1f)
|
||||
{
|
||||
minThreat = threat;
|
||||
|
||||
Reference in New Issue
Block a user