diff options
| author | QAston <none@none> | 2009-04-08 23:20:06 +0200 | 
|---|---|---|
| committer | QAston <none@none> | 2009-04-08 23:20:06 +0200 | 
| commit | bf7499d1ce3677128b55c994740665b7bd6cf3f0 (patch) | |
| tree | 795b91dd7c85a10734ff3fa1e4782a8a8d0000c1 /sql | |
| parent | b3e71cfd6477541918b8b3bc3de7e42efc3170de (diff) | |
*Fix Sudden Death.
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/2520_world.sql | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/2520_world.sql b/sql/updates/2520_world.sql new file mode 100644 index 00000000000..dfd7d97c292 --- /dev/null +++ b/sql/updates/2520_world.sql @@ -0,0 +1,5 @@ +-- 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);  | 
