Skip to content

Commit

Permalink
DB/Spells: Set SchoolMask of recently added spell_proc entries to 0 a…
Browse files Browse the repository at this point in the history
…s its not required for those spells and the field is optional
  • Loading branch information
mdX7 committed Feb 9, 2024
1 parent d8906da commit ef0ba42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sql/updates/world/master/2024_02_09_05_world.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
UPDATE `spell_proc` SET `SchoolMask`=0x00 WHERE `SpellId` IN(390786 /*Weal and Woe*/, 390787 /*Weal and Woe*/, 390668 /*Apathy*/, 377438 /*Words of the Pious*/, 198068 /*Power of the Dark Side*/, 390691 /*Borrowed Time*/, 114255 /*Surge of Light*/, 215768 /*Blaze of Light*/, 390615 /*From Darkness Comes Light*/, 390617 /*From Darkness Comes Light*/, 193063 /*Protective Light*/, 390676 /*Inspiration*/, 64129 /*Body and Soul*/);

0 comments on commit ef0ba42

Please sign in to comment.