mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Spell: "Fierce Lightning Stike" must hit only one target
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user