diff options
author | BroodWyrm <none@none> | 2009-07-17 23:47:48 +0200 |
---|---|---|
committer | BroodWyrm <none@none> | 2009-07-17 23:47:48 +0200 |
commit | 7b1a8420416ea101705da0d7a28b307c7f90592f (patch) | |
tree | dce989c42cce665ea33ccc6004af5f7ff021280c | |
parent | 926e4b8c08811a2392512f314788972fd212d874 (diff) |
* Fix typo
--HG--
branch : trunk
-rw-r--r-- | sql/updates/4490_world_spell_proc_event.sql | 3 |
1 files changed, 2 insertions, 1 deletions
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 |