Game/Spells: AoD Specials should only target one Unit

(cherry picked from commit b01e63812629244b4acee9b2d1434f337e77af29)

Conflicts:
	src/server/game/Spells/SpellMgr.cpp
This commit is contained in:
Rushor
2015-02-02 19:43:51 +00:00
committed by Nayd
parent dd4973ab23
commit 515aaaa1bd
+2
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;