diff options
| author | megamage <none@none> | 2009-03-08 13:07:59 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-03-08 13:07:59 -0600 |
| commit | e979eb56f268d9ee9e94c61c40f1f66e6147d442 (patch) | |
| tree | f3fa112578721b4720e1da8cf085b3053ad43536 /sql/updates/1755_world.sql | |
| parent | 822d589457bd8e98dbb1b859b2220ee3cb1fe709 (diff) | |
| parent | 9c629861c93cd96cdf7997b23d48843fcfd16b92 (diff) | |
*Merge.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/1755_world.sql')
| -rw-r--r-- | sql/updates/1755_world.sql | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sql/updates/1755_world.sql b/sql/updates/1755_world.sql new file mode 100644 index 00000000000..83ec323985e --- /dev/null +++ b/sql/updates/1755_world.sql @@ -0,0 +1,18 @@ +DELETE FROM spell_proc_event WHERE entry IN (47535, 47536, 47537, 47538, 47539); +-- Rapture +INSERT INTO `spell_proc_event` VALUES (47535, 0x00, 6, 0x1800, 0x10000, 0x00000000, 0x00014010, 0x00000000, 0.000000, 0.000000, 0); +INSERT INTO `spell_proc_event` VALUES (47536, 0x00, 6, 0x1800, 0x10000, 0x00000000, 0x00014010, 0x00000000, 0.000000, 0.000000, 0); +INSERT INTO `spell_proc_event` VALUES (47537, 0x00, 6, 0x1800, 0x10000, 0x00000000, 0x00014010, 0x00000000, 0.000000, 0.000000, 0); +INSERT INTO `spell_proc_event` VALUES (47538, 0x00, 6, 0x1800, 0x10000, 0x00000000, 0x00014010, 0x00000000, 0.000000, 0.000000, 0); +INSERT INTO `spell_proc_event` VALUES (47539, 0x00, 6, 0x1800, 0x10000, 0x00000000, 0x00014010, 0x00000000, 0.000000, 0.000000, 0); +-- Aspect of the viper +INSERT INTO `spell_proc_event` VALUES (34074, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000003, 0.000000, 0.000000, 0); +-- Overkill +INSERT INTO `spell_proc_event` VALUES (58426, 0x00, 8, 0x400000, 0x00000000, 0x00000000, 0x00014000, 0x00000000, 0.000000, 0.000000, 0); +-- Master of subtlety +INSERT INTO `spell_proc_event` VALUES (31221, 0x00, 8, 0x400000, 0x00000000, 0x00000000, 0x00014000, 0x00000000, 0.000000, 0.000000, 0); +INSERT INTO `spell_proc_event` VALUES (31222, 0x00, 8, 0x400000, 0x00000000, 0x00000000, 0x00014000, 0x00000000, 0.000000, 0.000000, 0); +INSERT INTO `spell_proc_event` VALUES (31223, 0x00, 8, 0x400000, 0x00000000, 0x00000000, 0x00014000, 0x00000000, 0.000000, 0.000000, 0); + +DELETE FROM `spell_bonus_data` WHERE entry=2944; +INSERT INTO `spell_bonus_data` VALUES ('2944', '0', '0.1849', '0', 'Priest - Devouring Plague');
\ No newline at end of file |
