Skip to content

Commit

Permalink
fix(DB/Spells): Mortal Wound and Sunder Armor stack from different ca… (
Browse files Browse the repository at this point in the history
azerothcore#19455)

fix(DB/Spells): Mortal Wound and Sunder Armor stack from different casters
  • Loading branch information
Nyeriah authored Jul 21, 2024
1 parent 618f97b commit 1e6d0e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/sql/updates/pending_db_world/rev_1721515391969215900.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
--
DELETE FROM `spell_custom_attr` WHERE `spell_id` IN (25646, 13444);
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES
(25646, 4194304),
(13444, 4194304);

0 comments on commit 1e6d0e7

Please sign in to comment.