diff options
| author | maximius <none@none> | 2009-11-17 19:28:36 -0800 |
|---|---|---|
| committer | maximius <none@none> | 2009-11-17 19:28:36 -0800 |
| commit | ce0f37bed3d3a7a6b5a8415a247fad600b99b327 (patch) | |
| tree | 13e7f9191abbbcd692936376ae72eee18a3e7539 /src/game/SpellMgr.cpp | |
| parent | 131b66c8b49a3dd4807bed5d29cdd8031fb7ac88 (diff) | |
*Correct Divine Storm heal, thanks lobuz
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellMgr.cpp')
| -rw-r--r-- | src/game/SpellMgr.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index b24888c10f2..8260bc7293a 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -3651,7 +3651,7 @@ void SpellMgr::LoadSpellCustomAttr() case 20335: case 20336: case 20337: - // Entries were not updated after spell effect change, we have to do that manually:/ + // Entries were not updated after spell effect change, we have to do that manually :/ spellInfo->AttributesEx3 |= SPELL_ATTR_EX3_CAN_PROC_TRIGGERED; break; case 16007: // Draco-Incarcinatrix 900 @@ -3718,7 +3718,8 @@ void SpellMgr::LoadSpellCustomAttr() case 28542: // Life Drain - Sapphiron spellInfo->MaxAffectedTargets = 3; break; - case 38310: //Multi-Shot + case 38310: // Multi-Shot + case 53385: // Divine Storm (Damage) spellInfo->MaxAffectedTargets = 4; break; case 42005: // Bloodboil |
