mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[11051] Implement spell 51662
This commit is contained in:
parent
a7bf12de71
commit
2223393527
2 changed files with 6 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue