mirror of
https://github.com/mangosfour/server.git
synced 2025-12-27 01:37:04 +00:00
[11629] Item 8345 energy part.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
d8d1988489
commit
7dbbd514c8
2 changed files with 6 additions and 1 deletions
|
|
@ -973,6 +973,11 @@ void Spell::EffectDummy(SpellEffectIndex eff_idx)
|
|||
m_caster->CastSpell(m_caster, spell_id, true, NULL);
|
||||
return;
|
||||
}
|
||||
case 17770: // Wolfshead Helm Energy
|
||||
{
|
||||
m_caster->CastSpell(m_caster, 29940, true, NULL);
|
||||
return;
|
||||
}
|
||||
case 17950: // Shadow Portal
|
||||
{
|
||||
if (!unitTarget)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue