aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQAston <none@none>2009-03-15 02:29:26 +0100
committerQAston <none@none>2009-03-15 02:29:26 +0100
commit2dbb0c927dc1a8cc54f76bd6564c28cfbd71769f (patch)
treedad436c1a4997a02ea5f8f3b61a4ac51f74c2340
parent8b96182b1cb8d79c63fc0a30377cea9a480b418c (diff)
*Fix Fingers of frost proc.
--HG-- branch : trunk
-rw-r--r--sql/updates/1911_world.sql4
-rw-r--r--sql/updates/CMakeLists.txt1
2 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/1911_world.sql b/sql/updates/1911_world.sql
new file mode 100644
index 00000000000..eb92dcd6d9a
--- /dev/null
+++ b/sql/updates/1911_world.sql
@@ -0,0 +1,4 @@
+DELETE FROM `spell_proc_event` WHERE `entry` IN (44545, 44543);
+INSERT INTO `spell_proc_event` VALUES
+(44545, 0x00, 3, 1049120, 4096, 0x00000000, 0x00000000, 0x0010000, 15.000000, 0.000000, 0),
+(44543, 0x00, 3, 1049120, 4096, 0x00000000, 0x00000000, 0x0010000, 7.000000, 0.000000, 0);
diff --git a/sql/updates/CMakeLists.txt b/sql/updates/CMakeLists.txt
index cabb11663c7..3f93983b52c 100644
--- a/sql/updates/CMakeLists.txt
+++ b/sql/updates/CMakeLists.txt
@@ -86,4 +86,5 @@ INSTALL(FILES
1905_world.sql
1906_world.sql
1910_world.sql
+1911_world.sql
DESTINATION share/trinity/sql/updates) \ No newline at end of file