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

This commit is contained in:
Killyana
2020-01-17 01:12:43 +01:00
parent d3d9a02364
commit 8942142286

View File

@@ -3351,7 +3351,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;