From 6941264b3d6333aee6460ea0beadc5b5d3b4add5 Mon Sep 17 00:00:00 2001 From: Rat Date: Thu, 6 Aug 2009 10:21:48 +0200 Subject: *fix typo in 4759_world.sql --HG-- branch : trunk --- sql/updates/4759_world.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sql/updates') 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) -- cgit v1.2.3