diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/1679_world.sql | 3 | ||||
| -rw-r--r-- | sql/updates/1694_world.sql | 16 |
2 files changed, 16 insertions, 3 deletions
diff --git a/sql/updates/1679_world.sql b/sql/updates/1679_world.sql deleted file mode 100644 index 444e06bb168..00000000000 --- a/sql/updates/1679_world.sql +++ /dev/null @@ -1,3 +0,0 @@ --- Imp leader of the pack -INSERT INTO `spell_proc_event` VALUES (34300, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 6); -INSERT INTO `spell_proc_event` VALUES (34297, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 6);
\ No newline at end of file diff --git a/sql/updates/1694_world.sql b/sql/updates/1694_world.sql new file mode 100644 index 00000000000..627c9e446fd --- /dev/null +++ b/sql/updates/1694_world.sql @@ -0,0 +1,16 @@ +-- Sanctified wrath +INSERT INTO `spell_proc_event` VALUES (57318, 0x00, 10, 0x00000000, 0x00002000, 0x00000000, 0x00004000, 0x00000000, 0.000000, 0.000000, 6); +INSERT INTO `spell_proc_event` VALUES (53375, 0x00, 10, 0x00000000, 0x00002000, 0x00000000, 0x00004000, 0x00000000, 0.000000, 0.000000, 6); + +-- Star Sinner +DELETE FROM `spell_proc_event` WHERE `entry` IN (54738); +INSERT INTO `spell_proc_event` VALUES (54738, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 45); + +-- Tentacles +DELETE FROM `spell_proc_event` WHERE `entry` IN (61618); +INSERT INTO `spell_proc_event` VALUES (61618, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 45); + +-- Demonic Sacriface +DELETE FROM `spell_bonus_data` WHERE `entry` = 18790; +INSERT INTO `spell_bonus_data` (`entry`,`direct_bonus`,`dot_bonus`,`ap_bonus`,`comments`) VALUES +('18790','0','0','0','Warlock - Fel Stamina'); |
