From e60abd830e50310de103409205e4fdd78396fc6c Mon Sep 17 00:00:00 2001 From: QAston Date: Thu, 9 Apr 2009 15:25:05 +0200 Subject: *Set 2 charges for fingers of frost. --HG-- branch : trunk --- src/game/SpellMgr.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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; -- cgit v1.2.3