diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game/SpellEffects.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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()) |