From 781592d63a393084500f2d668936e31ef120eae2 Mon Sep 17 00:00:00 2001 From: Xanadu Date: Mon, 27 Sep 2010 20:30:47 +0200 Subject: Core/Spells: * Removed special handling of SPELL_AURA_ABILITY_IGNORE_AURASTATE, now handled by the proc system (again). * Fixed Fingers of Frost buff display. Closes issue #3324. --HG-- branch : trunk --- src/server/game/Spells/SpellMgr.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/server/game/Spells/SpellMgr.cpp') diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index a8087363aa3..eb9f0bd6dd4 100644 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -3721,7 +3721,6 @@ void SpellMgr::LoadSpellCustomAttr() case 54741: // Firestarter case 57761: // Fireball! case 39805: // Lightning Overload - case 52437: // Sudden Death case 64823: // Item - Druid T8 Balance 4P Bonus case 44401: spellInfo->procCharges = 1; @@ -3732,8 +3731,12 @@ void SpellMgr::LoadSpellCustomAttr() count++; break; case 44544: // Fingers of Frost + spellInfo->EffectSpellClassMask[0] = flag96(685904631, 1151048, 0); + count++; + break; + case 74396: // Fingers of Frost visual buff spellInfo->procCharges = 2; - spellInfo->EffectSpellClassMask[0] = flag96(685904631,1151048,0); + spellInfo->StackAmount = 0; count++; break; case 28200: // Ascendance (Talisman of Ascendance trinket) -- cgit v1.2.3