From 044b8b44a3efc5332f22be9d34ebdeee1ea49634 Mon Sep 17 00:00:00 2001 From: Nevan Date: Mon, 3 Aug 2009 19:19:58 +0200 Subject: *Moved Glyph of Polymorph in Unit::HandleDummyAuraProc --HG-- branch : trunk --- src/game/SpellAuras.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/game/SpellAuras.cpp') diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index cf83353f062..9c202b8307c 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -965,15 +965,9 @@ void Aura::HandleAuraSpecificMods(bool apply) // Todo: This should be moved to similar function in spell::hit else if (m_spellProto->SpellFamilyFlags[0] & 0x01000000) { - // Glyph of Polymorph Unit * caster = GetCaster(); if (!caster) return; - if (caster->HasAura(56375)) - { - m_target->RemoveAurasByType(SPELL_AURA_PERIODIC_DAMAGE); - m_target->RemoveAurasByType(SPELL_AURA_PERIODIC_DAMAGE_PERCENT); - } // Polymorph Sound - Sheep && Penguin if (m_spellProto->SpellIconID == 82 && m_spellProto->SpellVisual[0] == 12978) -- cgit v1.2.3