diff options
-rw-r--r-- | src/game/SpellMgr.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index a53143c4fbd..b1ddf0cead3 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -2363,6 +2363,9 @@ void SpellMgr::LoadSpellCustomAttr() case 52437: // Sudden Death spellInfo->procCharges=1; break; + case 44544: // Fingers of Frost + spellInfo->procCharges=2; + break; case 28200: // Ascendance (Talisman of Ascendance trinket) spellInfo->procCharges=6; break; |