diff options
author | _manuel_ <none@none> | 2010-01-11 20:44:13 -0300 |
---|---|---|
committer | _manuel_ <none@none> | 2010-01-11 20:44:13 -0300 |
commit | a7c23494c32cd881ac755d77555f1132001bc132 (patch) | |
tree | c7f397b88b513c9014e0e66ac3460953700f368f /src | |
parent | 758baae61b6cdce9588964cf44675b1c8ab9b4f8 (diff) |
Fixed spell 44401 (Missile Barrage). Thanks to QAston.
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/SpellMgr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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; |