aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQAston <none@none>2009-03-18 20:02:04 +0100
committerQAston <none@none>2009-03-18 20:02:04 +0100
commit14f475d2ce468833915cd9215439f6016cbf118b (patch)
treef4409662676ec21a187ca61749f8253c903875fe
parentd50316a731ba1066ac63db3fd9cfa237526249fc (diff)
*Fix Furious Attacks proc. By Darwin.
--HG-- branch : trunk
-rw-r--r--sql/updates/1957_word.sql5
-rw-r--r--sql/updates/CMakeLists.txt1
2 files changed, 6 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);
diff --git a/sql/updates/CMakeLists.txt b/sql/updates/CMakeLists.txt
index 10df6b2b148..86e515fdd60 100644
--- a/sql/updates/CMakeLists.txt
+++ b/sql/updates/CMakeLists.txt
@@ -85,4 +85,5 @@ INSTALL(FILES
1912_world.sql
1927_world.sql
1939_word.sql
+1957_word.sql
DESTINATION share/trinity/sql/updates) \ No newline at end of file