From 2dbb0c927dc1a8cc54f76bd6564c28cfbd71769f Mon Sep 17 00:00:00 2001 From: QAston Date: Sun, 15 Mar 2009 02:29:26 +0100 Subject: *Fix Fingers of frost proc. --HG-- branch : trunk --- sql/updates/1911_world.sql | 4 ++++ sql/updates/CMakeLists.txt | 1 + 2 files changed, 5 insertions(+) create mode 100644 sql/updates/1911_world.sql (limited to 'sql') 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 -- cgit v1.2.3