mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Game/Spells: AoD Specials should only target one Unit
(cherry picked from commit b01e638126)
Conflicts:
src/server/game/Spells/SpellMgr.cpp
This commit is contained in:
@@ -3072,6 +3072,8 @@ void SpellMgr::LoadSpellInfoCorrections()
|
||||
case 45976: // Muru Portal Channel
|
||||
case 52124: // Sky Darkener Assault
|
||||
case 53096: // Quetz'lun's Judgment
|
||||
case 70743: // AoD Special
|
||||
case 70614: // AoD Special - Vegard
|
||||
case 52479: // Gift of the Harvester
|
||||
case 61588: // Blazing Harpoon
|
||||
spellInfo->MaxAffectedTargets = 1;
|
||||
|
||||
Reference in New Issue
Block a user