aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobmaps <spambot42@yandex.ru>2011-05-17 22:47:59 +0700
committertobmaps <spambot42@yandex.ru>2011-05-17 22:47:59 +0700
commit73995d8bcf83ae449412bbd8e2d5f1271ad47c7b (patch)
treeed947523cf920f06bd83c54e207f45bbf848349c
parent2ad8dadf44fd5db0f861225f116501621c922d6a (diff)
DB/SQL: fix typo in last commit
-rw-r--r--sql/updates/world/2011_05_17_01_world_spell_proc_event.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2011_05_17_01_world_spell_proc_event.sql b/sql/updates/world/2011_05_17_01_world_spell_proc_event.sql
index 3332485f7e5..c6d3ba9d27b 100644
--- a/sql/updates/world/2011_05_17_01_world_spell_proc_event.sql
+++ b/sql/updates/world/2011_05_17_01_world_spell_proc_event.sql
@@ -1,4 +1,4 @@
DELETE FROM `spell_proc_event` WHERE `entry` IN (69739,69755);
INSERT INTO `spell_proc_event` VALUES
(69739,0x00,0,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0,0,45),
-(69755,0x00,0,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0,0,45),
+(69755,0x00,0,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0,0,45);