diff options
author | QAston <none@none> | 2009-04-09 15:25:05 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-04-09 15:25:05 +0200 |
commit | e60abd830e50310de103409205e4fdd78396fc6c (patch) | |
tree | 90d5852f26b92f72ad2294e884d006051dcbf6d9 /src | |
parent | 02bb32f60f0880ed8775787278c2ea1407cbe9a0 (diff) |
*Set 2 charges for fingers of frost.
--HG--
branch : trunk
Diffstat (limited to 'src')
-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; |