diff options
| author | Xanadu <none@none> | 2010-09-27 20:30:47 +0200 |
|---|---|---|
| committer | Xanadu <none@none> | 2010-09-27 20:30:47 +0200 |
| commit | 781592d63a393084500f2d668936e31ef120eae2 (patch) | |
| tree | eb7353980542c64c254cb33df0f4126be327fe74 /src/server/game/Spells/SpellMgr.cpp | |
| parent | e20c7f0e4dcff07260392220c47f9bd048e0262d (diff) | |
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
Diffstat (limited to 'src/server/game/Spells/SpellMgr.cpp')
| -rw-r--r-- | src/server/game/Spells/SpellMgr.cpp | 7 |
1 files changed, 5 insertions, 2 deletions
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) |
