Skip to content

Commit

Permalink
Add s.51122 target limit
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Sep 18, 2023
1 parent 2fa08e3 commit d835bda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sql/base/dbc/cmangos_fixes/Spell.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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
-- ============================================================
Expand Down

0 comments on commit d835bda

Please sign in to comment.