[11629] Item 8345 energy part.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
DaC 2011-06-13 06:35:32 +04:00 committed by VladimirMangos
parent d8d1988489
commit 7dbbd514c8
2 changed files with 6 additions and 1 deletions

View file

@ -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)

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11628"
#define REVISION_NR "11629"
#endif // __REVISION_NR_H__