diff options
Diffstat (limited to 'src/game/SpellEffects.cpp')
-rw-r--r-- | src/game/SpellEffects.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index e8060d282e6..eeafd0d024e 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -3576,6 +3576,13 @@ void Spell::EffectSummonGuardian(uint32 i) return; } + // trigger + if(m_spellInfo->Id == 40276) + { + EffectSummonWild(i); + return; + } + // set timer for unsummon int32 duration = GetSpellDuration(m_spellInfo); |