Spell: "Fierce Lightning Stike" must hit only one target

(cherry picked from commit 8942142286)
This commit is contained in:
Killyana
2020-01-17 01:12:43 +01:00
committed by Shauren
parent 7bc656072a
commit ef794af489

View File

@@ -3584,7 +3584,8 @@ void SpellMgr::LoadSpellInfoCorrections()
43109, // Throw Torch
58552, // Return to Orgrimmar
58533, // Return to Stormwind
21855 // Challenge Flag
21855, // Challenge Flag
51122 // Fierce Lightning Stike
}, [](SpellInfo* spellInfo)
{
spellInfo->MaxAffectedTargets = 1;