diff --git a/sql/base/dbc/cmangos_fixes/Spell.sql b/sql/base/dbc/cmangos_fixes/Spell.sql index 917f292c4b0..e7f9deacc62 100644 --- a/sql/base/dbc/cmangos_fixes/Spell.sql +++ b/sql/base/dbc/cmangos_fixes/Spell.sql @@ -3356,6 +3356,9 @@ INSERT INTO `spell_template` (Id, Attributes, CastingTimeIndex, DurationIndex, R -- Freya Dummy - 10 targets UPDATE spell_template SET MaxAffectedTargets = 10 WHERE id = 51318; +-- Fierce Lightning Stike 51122 +UPDATE spell_template SET MaxAffectedTargets = 2 WHERE id = 51122; + -- ============================================================ -- Missing WotLK Achievement Spells -- ============================================================