diff options
| author | raczman <none@none> | 2009-03-21 14:45:57 +0100 |
|---|---|---|
| committer | raczman <none@none> | 2009-03-21 14:45:57 +0100 |
| commit | 0709a9766238b82363bd2a5e240d77dc30e0ad46 (patch) | |
| tree | 589c7cf86e63bc69f96ac627bd7911b49a9142e5 /src | |
| parent | 14e68b00e67603407d23175006108c62a07ad186 (diff) | |
Fixed spell 41071 summoning more more than one mob - thx, kudos and pie goes to Anubiss for that one.
--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 80703c22cef..30112caa75a 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -2209,6 +2209,7 @@ void SpellMgr::LoadSpellCustomAttr() case 45027: // Revitalize case 45976: // Muru Portal Channel case 39365: // Thundering Storm + case 41071: // Raise Dead spellInfo->MaxAffectedTargets = 1; break; case 41376: // Spite |
