Skip to content

Commit

Permalink
fix sql
Browse files Browse the repository at this point in the history
  • Loading branch information
Shauren committed Jun 3, 2024
1 parent 3fdaf71 commit b0bf3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/updates/world/3.3.5/2024_06_03_00_world.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
DELETE FROM `spell_proc` WHERE `SpellId` IN (44401);
INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES
INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`ProcFlags`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES
(44401,0x00,3,0x00000000,0x00000000,0x00000000,0x11000,0x5,0x1,0x0,0x8,0x0,0,0,0,1); -- Missile Barrage

0 comments on commit b0bf3c9

Please sign in to comment.