mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 23:50:44 +01:00
Core/Spell: Reset threat to zero when the hunter use Feign Death
Closes #23874
This commit is contained in:
@@ -2190,6 +2190,9 @@ void AuraEffect::HandleFeignDeath(AuraApplication const* aurApp, uint8 mode, boo
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
for (auto& pair : target->GetThreatManager().GetThreatenedByMeList())
|
||||
pair.second->ScaleThreat(0.0f);
|
||||
|
||||
if (target->GetMap()->IsDungeon()) // feign death does not remove combat in dungeons
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user