diff options
| author | QAston <none@none> | 2009-04-09 23:15:56 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-04-09 23:15:56 +0200 |
| commit | e0e39f26b4f2faa0a34b297ef4f6518749fd2a9f (patch) | |
| tree | 907eb9f0b3b4857cd6e0ab08d7306d341a22af17 /sql | |
| parent | 102e37dacacce20f8659d1fcf2ffc91c427fda79 (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')
| -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 |
