diff options
author | QAston <none@none> | 2009-03-21 18:30:06 +0100 |
---|---|---|
committer | QAston <none@none> | 2009-03-21 18:30:06 +0100 |
commit | 5d8ef964cb89cf7f7da6fe56af0e7d090e8e1200 (patch) | |
tree | f8344bfadebdd996457e1e31319efdd761751e83 /src/game/SpellMgr.cpp | |
parent | 1cae82a153135d223203866d3f9ce2ddc5a7fbe6 (diff) |
*Fix Divine Storm.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellMgr.cpp')
-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 35e2cc197f4..8b3f8345661 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -2344,6 +2344,7 @@ void SpellMgr::LoadSpellCustomAttr() case 46771: //Flame Sear case 45248: //Shadow Blades case 41303: // Soul Drain + case 54172: // Divine Storm (heal) spellInfo->MaxAffectedTargets = 3; break; case 38310: //Multi-Shot |