[11051] Implement spell 51662

This commit is contained in:
zergtmn 2011-01-20 17:12:47 +05:00
parent a7bf12de71
commit 2223393527
2 changed files with 6 additions and 1 deletions

View file

@ -2370,6 +2370,11 @@ void Spell::EffectDummy(SpellEffectIndex eff_idx)
m_caster->CastSpell(m_caster, 45182, true);
return;
}
case 51662: // Hunger for Blood
{
m_caster->CastSpell(m_caster, 63848, true);
return;
}
}
break;
}