diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/server/game/Spells/SpellMgr.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index 1089424120c..7cebaf74b87 100755 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -4016,6 +4016,13 @@ void SpellMgr::LoadSpellCustomAttr() spellInfo->StackAmount = 4; ++count; break; + case 63018: // Searing Light + case 65121: // Searing Light (Heroic) + case 63024: // Gravity Bomb + case 64234: // Gravity Bomb (Heroic) + spellInfo->MaxAffectedTargets = 1; + count++; + break; // ENDOF ULDUAR SPELLS // // ICECROWN CITADEL SPELLS |