Skip to content

Commit

Permalink
Make s.4020 only hit one target
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Oct 17, 2024
1 parent b585344 commit 074e130
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 @@ -3604,6 +3604,9 @@ UPDATE spell_template SET Speed=0 WHERE Id IN(44333);
-- Torch 58121
UPDATE spell_template SET MaxAffectedTargets = 1 WHERE id = 58121;

-- Safirdrang's Chill - one target
UPDATE spell_template SET MaxAffectedTargets = 1 WHERE id = 4020;

-- ============================================================
-- Missing WotLK Achievement Spells
-- ============================================================
Expand Down

0 comments on commit 074e130

Please sign in to comment.