aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game/SpellEffects.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp
index efdcf30a1f9..9ee2050a6ab 100644
--- a/src/game/SpellEffects.cpp
+++ b/src/game/SpellEffects.cpp
@@ -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());
}