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:
raczman
2009-05-09 22:33:18 +02:00
parent 51b46c53b8
commit 025a24f96e

View File

@@ -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());
}