*fix typo in 4759_world.sql

--HG--
branch : trunk
This commit is contained in:
Rat
2009-08-06 10:21:48 +02:00
parent b9eb4ddf2e
commit 6941264b3d

View File

@@ -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)