diff options
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 0896ba99a59..bc5af583625 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -3878,6 +3878,12 @@ void Aura::HandlePeriodicTriggerSpell(bool apply, bool Real) void Aura::HandlePeriodicTriggerSpellWithValue(bool apply, bool Real) { m_isPeriodic = apply; + + // Wrath of the Astromancer + if(!apply && m_spellProto->Id == 42783) + { + m_target->CastSpell(m_target, 42787, true, 0, this); + } } void Aura::HandlePeriodicEnergize(bool apply, bool Real) |
