diff options
-rw-r--r-- | sql/updates/1911_world.sql | 4 | ||||
-rw-r--r-- | sql/updates/CMakeLists.txt | 1 |
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 |