diff options
Diffstat (limited to 'src/game/SpellMgr.cpp')
-rw-r--r-- | src/game/SpellMgr.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index f94f980f7bb..3d719d73241 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -3787,6 +3787,14 @@ void SpellMgr::LoadSpellCustomAttr() spellInfo->EffectMiscValue[0] = MECHANIC_IMMUNE_SHIELD; count++; break; + case 42442: // Vengeance Landing Cannonfire + spellInfo->MaxAffectedTargets = 1; + count++; + break; + case 45863: // Cosmetic - Incinerate to Random Target + spellInfo->MaxAffectedTargets = 1; + count++; + break; default: break; } |