diff options
| author | Machiavelli <none@none> | 2009-04-19 18:49:15 +0200 |
|---|---|---|
| committer | Machiavelli <none@none> | 2009-04-19 18:49:15 +0200 |
| commit | d363b6affa38d87a9305a12061812162ac5f758d (patch) | |
| tree | a737e35bfad7ac74974cbf44327c3f41ae1aa62a /src/game/SpellAuras.cpp | |
| parent | 99fc17d44fec12f31c55efd6b3f60c011baeb88a (diff) | |
| parent | 6baf53ad15e4454637e0399fa8dab15914383fc2 (diff) | |
Merge
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellAuras.cpp')
| -rw-r--r-- | src/game/SpellAuras.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 1a837de8775..5b75da79a21 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -1820,6 +1820,12 @@ void Aura::TriggerSpell() caster->CastCustomSpell(target, trigger_spell_id, &m_modifier.m_amount, NULL, NULL, true, NULL, this, originalCasterGUID); return; } + // Negative Energy Periodic + case 46284: + { + caster->CastCustomSpell(trigger_spell_id, SPELLVALUE_MAX_TARGETS, m_tickNumber / 10 + 1, NULL, true, NULL, this, originalCasterGUID); + return; + } } } if(!GetSpellMaxRange(sSpellRangeStore.LookupEntry(triggeredSpellInfo->rangeIndex))) |
