aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellEffects.cpp
diff options
context:
space:
mode:
authormaanuel <none@none>2009-12-20 23:21:31 -0300
committermaanuel <none@none>2009-12-20 23:21:31 -0300
commitcca69e1c7d6c049751a1be42d664d5614ab9c3bc (patch)
tree09bd37b7ade56a7f7adb5c3e759d35cbe7c97dc9 /src/game/SpellEffects.cpp
parentaf83219083a2473068eb17092f9933247eace9f7 (diff)
parent0e8dd6d97e015340f3f1ccb7be30d9f0c22b46bb (diff)
Merge
--HG-- branch : trunk
Diffstat (limited to 'src/game/SpellEffects.cpp')
-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 66921aaa2f5..3f3ce8e12fe 100644
--- a/src/game/SpellEffects.cpp
+++ b/src/game/SpellEffects.cpp
@@ -534,7 +534,7 @@ void Spell::SpellDamageSchoolDmg(uint32 effect_idx)
m_caster->CastCustomSpell(m_caster, 32409, &back_damage, 0, 0, true);
}
// Mind Blast - applies Mind Trauma if:
- else if (m_spellInfo->SpellFamilyFlags & 0x2000)
+ else if (m_spellInfo->SpellFamilyFlags[0] & 0x2000)
{
// We are in Shadow Form
if (m_caster->m_form == FORM_SHADOW)