diff options
| author | QAston <none@none> | 2009-08-14 15:30:47 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-08-14 15:30:47 +0200 |
| commit | a60600b717889bacbe531cfd6a18f49633e99a77 (patch) | |
| tree | 0d42b34532ef357031ce1bb31cbf2b4132a3d402 /src/game/SpellAuras.cpp | |
| parent | 759721bb5fec5b2cffa277e29dae2ec3b1a87cb8 (diff) | |
*Script for Ebon gargoyle - original patch by thenecromancer.
--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) { |
