diff options
| -rw-r--r-- | sql/updates/4759_world.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/4759_world.sql b/sql/updates/4759_world.sql index 89dd597f90e..fa1170f9c42 100644 --- a/sql/updates/4759_world.sql +++ b/sql/updates/4759_world.sql @@ -1,4 +1,4 @@ -DELETE FROM `spell_proc_event` WHERE `entry` IN(58872, 58872); +DELETE FROM `spell_proc_event` WHERE `entry` IN(58872, 58874); INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES ( 58872, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000043, 0, 0, 0), -- Damage Shield (Rank 1) -( 58872, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000043, 0, 0, 0); -- Damage Shield (Rank 2) +( 58874, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000043, 0, 0, 0); -- Damage Shield (Rank 2) |
