From 7b1a8420416ea101705da0d7a28b307c7f90592f Mon Sep 17 00:00:00 2001 From: BroodWyrm Date: Fri, 17 Jul 2009 23:47:48 +0200 Subject: * Fix typo --HG-- branch : trunk --- sql/updates/4490_world_spell_proc_event.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sql/updates') diff --git a/sql/updates/4490_world_spell_proc_event.sql b/sql/updates/4490_world_spell_proc_event.sql index 802ff27eb43..f7451c9aefc 100644 --- a/sql/updates/4490_world_spell_proc_event.sql +++ b/sql/updates/4490_world_spell_proc_event.sql @@ -1 +1,2 @@ -DELETE FROM `spell_proc_event` WHERE `entry` =51915; \ No newline at end of file +DELETE FROM `spell_proc_event` WHERE `entry` =51915; +INSERT IGNORE INTO `spell_proc_event` VALUES ( 51915, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x01000000, 0x00000000, 0, 100, 600); \ No newline at end of file -- cgit v1.2.3