diff options
-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 |