Core/spells: Set max targets for Spell Skartax Purple Beam

This commit is contained in:
Malcrom
2012-06-03 22:12:04 -02:30
parent 66ac3e6c80
commit 37cd5081c1

View File

@@ -3043,6 +3043,7 @@ void SpellMgr::LoadDbcDataCorrections()
case 61588: // Blazing Harpoon
case 52479: // Gift of the Harvester
case 48246: // Ball of Flame
case 36384: // Skartax Purple Beam
spellInfo->MaxAffectedTargets = 1;
break;
case 41376: // Spite
@@ -3084,7 +3085,7 @@ void SpellMgr::LoadDbcDataCorrections()
case 50312: // Unholy Frenzy
spellInfo->MaxAffectedTargets = 15;
break;
case 33711: //Murmur's Touch
case 33711: // Murmur's Touch
case 38794:
spellInfo->MaxAffectedTargets = 1;
spellInfo->EffectTriggerSpell[0] = 33760;