From a60600b717889bacbe531cfd6a18f49633e99a77 Mon Sep 17 00:00:00 2001 From: QAston Date: Fri, 14 Aug 2009 15:30:47 +0200 Subject: *Script for Ebon gargoyle - original patch by thenecromancer. --HG-- branch : trunk --- src/game/SpellAuras.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/game/SpellAuras.cpp') 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) { -- cgit v1.2.3