mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
Spell: "Fierce Lightning Stike" must hit only one target
(cherry picked from commit 8942142286)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user