From a7c23494c32cd881ac755d77555f1132001bc132 Mon Sep 17 00:00:00 2001 From: _manuel_ Date: Mon, 11 Jan 2010 20:44:13 -0300 Subject: [PATCH] Fixed spell 44401 (Missile Barrage). Thanks to QAston. --HG-- branch : trunk --- src/game/SpellMgr.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 98c4273ffde..d39b47a925d 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -3741,6 +3741,7 @@ void SpellMgr::LoadSpellCustomAttr() case 39805: // Lightning Overload case 52437: // Sudden Death case 64823: // Item - Druid T8 Balance 4P Bonus + case SPELL_MISSILE_BARRAGE_44401: spellInfo->procCharges = 1; count++; break;