diff options
author | Kudlaty <none@none> | 2009-08-14 15:59:01 +0200 |
---|---|---|
committer | Kudlaty <none@none> | 2009-08-14 15:59:01 +0200 |
commit | 65ba3044dc380911d0024e423cf5162015713f67 (patch) | |
tree | 98598d6560598ec3065969b1a990e35329579e9b /src/game/SpellAuras.cpp | |
parent | 75faad4b9346d6d1983e56d2e5054c2fab17ddcc (diff) | |
parent | 172befc3608426601f7aba28c0c4e959207819f3 (diff) |
merge
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellAuras.cpp')
-rw-r--r-- | src/game/SpellAuras.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 23357171352..b682bab6254 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -1233,6 +1233,11 @@ void Aura::HandleAuraSpecificMods(bool apply) return; m_target->CastSpell(m_target, 32612, true, NULL, GetPartAura(1)); } + // Summon Gargoyle + else if (m_spellProto->Id == 50514) + { + m_target->CastSpell(m_target, GetPartAura(0)->GetAmount(), true, NULL, GetPartAura(0)); + } // Curse of Doom else if(m_spellProto->SpellFamilyName==SPELLFAMILY_WARLOCK && m_spellProto->SpellFamilyFlags[1] & 0x02) { |