aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellEffects.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/SpellEffects.cpp')
-rw-r--r--src/game/SpellEffects.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp
index 35e52f2208c..fc6f0625da3 100644
--- a/src/game/SpellEffects.cpp
+++ b/src/game/SpellEffects.cpp
@@ -1908,6 +1908,12 @@ void Spell::EffectDummy(uint32 i)
unitTarget->CastSpell(m_caster, damage, true);
return;
}
+ // Hungering Cold
+ else if (m_spellInfo->SpellFamilyFlags[1] & 0x1000)
+ {
+ unitTarget->CastSpell(m_caster, 51209, true);
+ return;
+ }
break;
}