From 14f475d2ce468833915cd9215439f6016cbf118b Mon Sep 17 00:00:00 2001 From: QAston Date: Wed, 18 Mar 2009 20:02:04 +0100 Subject: *Fix Furious Attacks proc. By Darwin. --HG-- branch : trunk --- sql/updates/1957_word.sql | 5 +++++ sql/updates/CMakeLists.txt | 1 + 2 files changed, 6 insertions(+) create mode 100644 sql/updates/1957_word.sql (limited to 'sql') 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 -- cgit v1.2.3