aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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