aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellAuras.cpp
diff options
context:
space:
mode:
authorBroodWyrm <none@none>2009-04-21 21:02:03 +0200
committerBroodWyrm <none@none>2009-04-21 21:02:03 +0200
commite20e65ced9efd11a009fd63bcd4047ecc4bd3e63 (patch)
tree8607f4b20e262ccbd360f0ee122fc34a8ba72d5a /src/game/SpellAuras.cpp
parentdaa03d409e0e4b2d5b8f2526796c51a120d03604 (diff)
parent6c38623dfc917836c747293e3fff439432a169a1 (diff)
*Merge.
--HG-- branch : trunk
Diffstat (limited to 'src/game/SpellAuras.cpp')
-rw-r--r--src/game/SpellAuras.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp
index f928b8fd8bd..5a1648b82f7 100644
--- a/src/game/SpellAuras.cpp
+++ b/src/game/SpellAuras.cpp
@@ -3898,7 +3898,7 @@ void AuraEffect::HandleModThreat(bool apply, bool Real)
if(GetMiscValue() & int32(1<<x))
{
if(m_target->GetTypeId() == TYPEID_PLAYER)
- ApplyPercentModFloatVar(m_target->m_threatModifier[x], GetParentAura()->IsPositive() ? m_amount : -m_amount, apply);
+ ApplyPercentModFloatVar(m_target->m_threatModifier[x], m_amount, apply);
}
}
}