diff options
author | Blaymoira <none@none> | 2009-02-15 16:55:51 +0100 |
---|---|---|
committer | Blaymoira <none@none> | 2009-02-15 16:55:51 +0100 |
commit | b66d68ceaeecc01b6a72b8480abe61f6c3e92f7e (patch) | |
tree | 13cdbfe944dd7e21e2dc5cc4c386834201eb68bd | |
parent | 32f0fac014bdd373e70968651755f97fe3018ac8 (diff) |
*Target limitation for spell 39365 - by Iskander
--HG--
branch : trunk
-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 f9afe8a08a1..af49e687bbf 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -2191,6 +2191,7 @@ void SpellMgr::LoadSpellCustomAttr() case 44869: // Spectral Blast case 45027: // Revitalize case 45976: // Muru Portal Channel + case 39365: // Thundering Storm spellInfo->MaxAffectedTargets = 1; break; case 41376: // Spite |