diff options
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/2521_world.sql | 5 | ||||
-rw-r--r-- | sql/updates/2559_world.sql | 9 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sql/updates/2521_world.sql b/sql/updates/2521_world.sql deleted file mode 100644 index 310996b88a4..00000000000 --- a/sql/updates/2521_world.sql +++ /dev/null @@ -1,5 +0,0 @@ --- Sudden Death -DELETE FROM `spell_proc_event` WHERE `entry` IN (29723, 29725, 29724); -INSERT INTO `spell_proc_event` VALUES (29723, 0x00, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000001, 0.000000, 0.000000, 0); -INSERT INTO `spell_proc_event` VALUES (29725, 0x00, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000001, 0.000000, 0.000000, 0); -INSERT INTO `spell_proc_event` VALUES (29724, 0x00, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000001, 0.000000, 0.000000, 0);
\ No newline at end of file diff --git a/sql/updates/2559_world.sql b/sql/updates/2559_world.sql new file mode 100644 index 00000000000..50ebcb09e96 --- /dev/null +++ b/sql/updates/2559_world.sql @@ -0,0 +1,9 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (44544); +-- Fingers of frost triggered spell +INSERT INTO `spell_proc_event` VALUES (44544, 0x00, 0x00000003, 0x00000000, 0x00100000, 0x00000000, 0x00010000, 0x00000000, 0.000000, 0.000000, 0); + +-- Sudden Death +DELETE FROM `spell_proc_event` WHERE `entry` IN (29723, 29725, 29724); +INSERT INTO `spell_proc_event` VALUES (29723, 0x00, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 0); +INSERT INTO `spell_proc_event` VALUES (29725, 0x00, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 0); +INSERT INTO `spell_proc_event` VALUES (29724, 0x00, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 0);
\ No newline at end of file |