From e8831429f416f7b3e047b519dfbf127a6fab594d Mon Sep 17 00:00:00 2001 From: spp Date: Mon, 14 Dec 2009 02:01:22 +0100 Subject: Implementation of Glyph of Dancing Rune Weapon. Related #365 * Original patch by tali (modified to remove hardcoded values) --HG-- branch : trunk --- src/game/SpellEffects.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index 3a7c7cc8c7d..eb6cc81a5de 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -7307,6 +7307,8 @@ void Spell::SummonGuardian(uint32 i, uint32 entry, SummonPropertiesEntry const * break; case 49028: // Dancing Rune Weapon duration += m_originalCaster->GetPower(POWER_RUNIC_POWER) * 10; + if (AuraEffect *aurEff = m_originalCaster->GetAuraEffect(63330, 0)) // glyph of Dancing Rune Weapon + duration += aurEff->GetAmount(); break; } if(Player* modOwner = m_originalCaster->GetSpellModOwner()) -- cgit v1.2.3