mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +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)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "11628"
|
||||
#define REVISION_NR "11629"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue