aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/Obsolete_updates
diff options
context:
space:
mode:
authorBrian <runningnak3d@gmail.com>2009-12-18 14:36:53 -0700
committerBrian <runningnak3d@gmail.com>2009-12-18 14:36:53 -0700
commitd0c611dadbafe27dc0cdf9e7a9d3fc274f16477b (patch)
treed969294562bd0dee9a5bc0b32ef33e34a739650f /sql/updates/Obsolete_updates
parentbdc53afe98931ae034c7cd72380a3eef9f2edbaa (diff)
* Some minor cleanup of the sql folder
--HG-- branch : trunk
Diffstat (limited to 'sql/updates/Obsolete_updates')
-rw-r--r--sql/updates/Obsolete_updates/3204_mangos_7782_01_world_spell_proc_event.sql.obs4
-rw-r--r--sql/updates/Obsolete_updates/CMakeLists.txt5
2 files changed, 0 insertions, 9 deletions
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