aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsilinoron <none@none>2010-12-05 08:34:01 -0800
committersilinoron <none@none>2010-12-05 08:34:01 -0800
commit71c2698faffb22fcfd0370370d80e180c70e3141 (patch)
treea49f87399ff869a54de4340819fa7e5146c9fc9c
parentb845b9d0fdd93a8f772ef1c945c63bb473a7e824 (diff)
Core/Auras: Really add forgotten changes (as in do it properly).
--HG-- branch : trunk
-rwxr-xr-xsrc/server/game/Spells/SpellMgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp
index e2edd40dd8c..09a96ebf9a8 100755
--- a/src/server/game/Spells/SpellMgr.cpp
+++ b/src/server/game/Spells/SpellMgr.cpp
@@ -2871,7 +2871,7 @@ DiminishingGroup GetDiminishingReturnsGroupForSpell(SpellEntry const* spellproto
else if (spellproto->SpellFamilyFlags[1] & 0x8)
return DIMINISHING_FEAR_BLIND;
// Seduction
- else if (spellproto->SpellFamilyFlags[0] & 0x10000000)
+ else if (spellproto->SpellFamilyFlags[1] & 0x10000000)
return DIMINISHING_FEAR_BLIND;
break;
}