mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-27 04:12:40 +01:00
* Some minor cleanup of the sql folder
--HG-- branch : trunk
This commit is contained in:
@@ -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)
|
||||
DESTINATION share/trinity/sql/updates)
|
||||
|
||||
@@ -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);
|
||||
@@ -1,5 +0,0 @@
|
||||
FILE(GLOB _SQL_OU *.sql)
|
||||
|
||||
INSTALL(FILES
|
||||
${_SQL_OU}
|
||||
DESTINATION share/trinity/sql/updates/Obsolete_updates)
|
||||
@@ -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);
|
||||
Reference in New Issue
Block a user