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:
Rushor
2015-02-01 23:09:35 +01:00
committed by Nayd
parent dd4973ab23
commit 515aaaa1bd

View File

@@ -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;