diff options
| author | QAston <none@none> | 2009-03-18 20:02:04 +0100 |
|---|---|---|
| committer | QAston <none@none> | 2009-03-18 20:02:04 +0100 |
| commit | 14f475d2ce468833915cd9215439f6016cbf118b (patch) | |
| tree | f4409662676ec21a187ca61749f8253c903875fe /sql/updates/1957_word.sql | |
| parent | d50316a731ba1066ac63db3fd9cfa237526249fc (diff) | |
*Fix Furious Attacks proc. By Darwin.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/1957_word.sql')
| -rw-r--r-- | sql/updates/1957_word.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/1957_word.sql b/sql/updates/1957_word.sql new file mode 100644 index 00000000000..83f7dcf8105 --- /dev/null +++ b/sql/updates/1957_word.sql @@ -0,0 +1,5 @@ +-- Furious Attacks +DELETE FROM `spell_proc_event` WHERE `entry` IN (46910, 46911); +INSERT INTO `spell_proc_event` VALUES +(46910, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000001, 5.5000000, 0.000000, 0), +(46911, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000001, 7.5000000, 0.000000, 0); |
