diff options
4 files changed, 2 insertions, 16 deletions
diff --git a/sql/updates/CMakeLists.txt b/sql/updates/CMakeLists.txt index d1958fae070..f8f6ac50e4b 100644 --- a/sql/updates/CMakeLists.txt +++ b/sql/updates/CMakeLists.txt @@ -1,9 +1,9 @@ add_subdirectory(2.4.3_old) -add_subdirectory(Obsolete_updates) add_subdirectory(3.0.9_old) +add_subdirectory(3.1.3_old) FILE(GLOB _SQL_UPDATES *.sql) INSTALL(FILES ${_SQL_UPDATES} -DESTINATION share/trinity/sql/updates)
\ No newline at end of file +DESTINATION share/trinity/sql/updates) diff --git a/sql/updates/Obsolete_updates/3204_mangos_7782_01_world_spell_proc_event.sql.obs b/sql/updates/Obsolete_updates/3204_mangos_7782_01_world_spell_proc_event.sql.obs deleted file mode 100644 index 8efa5573b3c..00000000000 --- a/sql/updates/Obsolete_updates/3204_mangos_7782_01_world_spell_proc_event.sql.obs +++ /dev/null @@ -1,4 +0,0 @@ -ALTER TABLE db_version CHANGE COLUMN required_7777_01_mangos_spell_proc_event required_7782_01_mangos_spell_proc_event bit; - -DELETE FROM spell_proc_event WHERE entry = 34074; -INSERT INTO spell_proc_event VALUES (34074, 0, 9, 522819, 8917121, 513, 0, 0, 0, 0, 0);
\ No newline at end of file diff --git a/sql/updates/Obsolete_updates/CMakeLists.txt b/sql/updates/Obsolete_updates/CMakeLists.txt deleted file mode 100644 index 207844fcb16..00000000000 --- a/sql/updates/Obsolete_updates/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ -FILE(GLOB _SQL_OU *.sql) - -INSTALL(FILES -${_SQL_OU} -DESTINATION share/trinity/sql/updates/Obsolete_updates)
\ No newline at end of file diff --git a/sql/updates/for_review/8394_01_mangos_spell_proc_event.sql b/sql/updates/for_review/8394_01_mangos_spell_proc_event.sql deleted file mode 100644 index 73afa3da5e1..00000000000 --- a/sql/updates/for_review/8394_01_mangos_spell_proc_event.sql +++ /dev/null @@ -1,5 +0,0 @@ -ALTER TABLE db_version CHANGE COLUMN required_8392_02_mangos_spell_chain required_8394_01_mangos_spell_proc_event bit; - -DELETE FROM `spell_proc_event` WHERE `entry` IN (54646); -INSERT INTO `spell_proc_event` VALUES -(54646, 0x00000000, 0, 0x00000000, 0x00000000, 0x00000000, 0x00015400, 0x00000002, 0.000000, 0.000000, 0); |