fix(Scripts/ICC): Make Blood-Queen Lana'thel bite tanks as well (#17834)
This commit is contained in:
parent
0d6a0f8441
commit
cbdab03623
1 changed files with 1 additions and 1 deletions
|
|
@ -332,7 +332,7 @@ public:
|
|||
const Map::PlayerList& pl = me->GetMap()->GetPlayers();
|
||||
for (Map::PlayerList::const_iterator itr = pl.begin(); itr != pl.end(); ++itr)
|
||||
if (Player* p = itr->GetSource())
|
||||
if (p->IsAlive() && p != me->GetVictim() && p->GetGUID() != _offtankGUID && !p->IsGameMaster() && p->GetDistance(me) < 70.0f)
|
||||
if (p->IsAlive() && p->GetDistance(me) < 70.0f)
|
||||
{
|
||||
float th = me->GetThreatMgr().getThreatWithoutTemp(p);
|
||||
if (!target || th > maxThreat)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue