mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
Merge pull request #14007 from Rushor/AOESpells
Game/Spells: 'AoD Specials' should only target one Unit
This commit is contained in:
@@ -2959,6 +2959,8 @@ void SpellMgr::LoadSpellInfoCorrections()
|
||||
switch (spellInfo->Id)
|
||||
{
|
||||
case 53096: // Quetz'lun's Judgment
|
||||
case 70743: // AoD Special
|
||||
case 70614: // AoD Special - Vegard
|
||||
spellInfo->MaxAffectedTargets = 1;
|
||||
break;
|
||||
case 42436: // Drink! (Brewfest)
|
||||
|
||||
Reference in New Issue
Block a user