Skip to content

Commit

Permalink
Add some spell adjustments
Browse files Browse the repository at this point in the history
Co-Authored-By: Grz3s <[email protected]>
  • Loading branch information
killerwife and Grz3s committed Jan 5, 2025
1 parent b2833dd commit 6217862
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sql/base/dbc/cmangos_fixes/Spell.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3635,6 +3635,11 @@ UPDATE spell_template SET MaxAffectedTargets = 1 WHERE id = 58121;
-- Safirdrang's Chill - one target
UPDATE spell_template SET MaxAffectedTargets = 1 WHERE id = 4020;

-- Deathstorm 58912 - 12 target max
UPDATE spell_template SET MaxAffectedTargets = 12 WHERE id = 58912;

UPDATE spell_template SET AttributesServerSide = AttributesServerSide|0x00000004 WHERE Id IN (58548); -- Ethereal

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

0 comments on commit 6217862

Please sign in to comment.