aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorQAston <none@none>2009-03-06 22:57:45 +0100
committerQAston <none@none>2009-03-06 22:57:45 +0100
commitab4b55f35127909f3bf94587f5f30c2126b1e4a1 (patch)
treec63eebf848f05e6a6cf8444d9a66525d4c7fcd8a /sql/updates
parent2e0af6e37b17b76651e50b24a016b045f747b658 (diff)
*Fix dispel resistance apply on some effect.
*Fix Sanctified Wrath. *Fix Summon Type 429-by aerione_alt. *Fix some spell procs-by Sephiroth1983 and oc_redfox. *Fix demonic sacriface spell_bonus-by aerione_alt. --HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/1694_world.sql16
1 files changed, 16 insertions, 0 deletions
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');