diff options
| author | megamage <none@none> | 2009-06-03 23:24:57 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-06-03 23:24:57 -0500 |
| commit | 38fd158c408f803719818e397d46e4c817bb1d14 (patch) | |
| tree | 85163b8fe34d60796e4c61412e70894c5d6db391 /src/game/SpellMgr.cpp | |
| parent | 65881812aa3660fb2f7f902060a54f73321ffc92 (diff) | |
*Fix the bug that some traps without charges and spell radius cannot be triggered.
*Provide spell support for quest 12698
--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 da571c83975..99c113a5eb5 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -3370,6 +3370,7 @@ void SpellMgr::LoadSpellCustomAttr() case 39365: // Thundering Storm case 41071: // Raise Dead (HACK) case 52124: // Sky Darkener Assault + case 52479: // Gift of the Harvester spellInfo->MaxAffectedTargets = 1; break; case 41376: // Spite |
