Skip to content

Commit

Permalink
feat: fixed Paladin Spells (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
seobryn authored Aug 8, 2023
1 parent 46b0c52 commit 5b81a16
Show file tree
Hide file tree
Showing 2 changed files with 313 additions and 444 deletions.
12 changes: 12 additions & 0 deletions data/sql/updates/pending_db_world/rev_1691478234878145000.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
DELETE FROM `spell_proc` WHERE `SpellId`= -31825;
INSERT INTO `spell_proc` (`SpellId`, `SpellFamilyName`, `SpellFamilyMask1`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`) VALUES
(-31825, 10, 0x2, 0x1, 0x2, 0x0);

-- Speed of Light Talent
DELETE FROM `spell_proc` WHERE `SpellId`= -85495;
INSERT INTO `spell_proc` (`SpellId`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`) VALUES
(-85495, 10, 0x400000, 0x4, 0x1, 0x0);

DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_pal_speed_of_light';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(-85495, 'spell_pal_speed_of_light');
Loading

0 comments on commit 5b81a16

Please sign in to comment.