diff options
Diffstat (limited to 'src/game/SpellEffects.cpp')
| -rw-r--r-- | src/game/SpellEffects.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index e19dae8601f..674fe0e2ba6 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -1549,6 +1549,12 @@ void Spell::EffectDummy(uint32 i) } break; case SPELLFAMILY_ROGUE: + // Hunger for Blood + if (m_spellInfo->SpellFamilyFlags[1] & 0x1000000) + { + m_caster->CastSpell(m_caster, 63848, true); + break; + } switch(m_spellInfo->Id ) { case 5938: // Shiv |
