mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
Correct percent of threat redirected for Misdirection aura. By tvaroh
This patch is only 2.4.3 valid, please do not pull it to TC2. --HG-- branch : trunk
This commit is contained in:
@@ -6280,6 +6280,6 @@ void Spell::EffectQuestFail(uint32 i)
|
||||
void Spell::EffectRedirectThreat(uint32 /*i*/)
|
||||
{
|
||||
if(unitTarget)
|
||||
m_caster->SetReducedThreatPercent((uint32)damage, unitTarget->GetGUID());
|
||||
m_caster->SetReducedThreatPercent(100, unitTarget->GetGUID());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user