DB/Spells: Fix typo in a86f818fe1

This commit is contained in:
Vincent-Michael
2013-07-20 18:24:47 +02:00
parent a86f818fe1
commit b4e4c90007

View File

@@ -4,4 +4,4 @@ INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES
DELETE FROM `spell_proc_event` WHERE `entry`=32216;
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
(32216, 0, 4, 0, 256, 0, 16, 0, 0, 0, 0);
(32216, 0, 4, 0, 256, 0, 16, 0, 0, 100, 0);