diff options
author | Blaymoira <none@none> | 2009-03-05 15:42:14 +0100 |
---|---|---|
committer | Blaymoira <none@none> | 2009-03-05 15:42:14 +0100 |
commit | d05f5c3cebd9ea5c22f51321c1de3031534098d8 (patch) | |
tree | 05da902ff08548892c8d7c3ff2cf39415f32e006 /src | |
parent | e2ab3714c7c480626d5d01e17f1583bc47027b47 (diff) |
*Target limitation for spell 45641
--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 43ee5d7d4a5..6ab141bba90 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -2223,6 +2223,7 @@ void SpellMgr::LoadSpellCustomAttr() case 38296: //Spitfire Totem case 37676: //Insidious Whisper case 46009: //Negative Energy + case 45641: //Fire Bloom spellInfo->MaxAffectedTargets = 5; break; case 40827: //Sinful Beam |