aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/2559_world.sql
diff options
context:
space:
mode:
authorQAston <none@none>2009-04-09 23:15:56 +0200
committerQAston <none@none>2009-04-09 23:15:56 +0200
commite0e39f26b4f2faa0a34b297ef4f6518749fd2a9f (patch)
tree907eb9f0b3b4857cd6e0ab08d7306d341a22af17 /sql/updates/2559_world.sql
parent102e37dacacce20f8659d1fcf2ffc91c427fda79 (diff)
*Take charges for Finger of Frost and Sudden Death correctly.
*Clearcasting for Arcane Potency - From KAPATEJIb's cumulative patch package --HG-- branch : trunk
Diffstat (limited to 'sql/updates/2559_world.sql')
-rw-r--r--sql/updates/2559_world.sql9
1 files changed, 9 insertions, 0 deletions
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