mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(Scripts/TempleOfAhnQiraj): Correct post-teleport threat values for Twin Emperors (#13437)
This commit is contained in:
@@ -168,7 +168,7 @@ struct boss_twinemperorsAI : public BossAI
|
||||
me->SetControlled(false, UNIT_STATE_ROOT);
|
||||
if (Unit* victim = me->SelectNearestTarget())
|
||||
{
|
||||
me->AddThreat(victim, 200000.f);
|
||||
me->AddThreat(victim, 2000.f);
|
||||
AttackStart(victim);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user