Skip to content

Commit

Permalink
Restrict torch spell targets
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Jul 15, 2024
1 parent 9ec6a67 commit 4395fd8
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 @@ -3574,6 +3574,9 @@ INSERT INTO spell_template(Id, Category, Dispel, Mechanic, Attributes, Attribute
-- fixes error due to being used by items
UPDATE spell_template SET Speed=0 WHERE Id IN(44333);

-- Torch 58121
UPDATE spell_template SET MaxAffectedTargets = 1 WHERE id = 58121;

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

0 comments on commit 4395fd8

Please sign in to comment.