mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
* Updated world_scripts_structure * Moved older sql files to 3.0.9_old folder and in file 0000_3.0.9_old (sql/updates) are stored all these sqls * Also created folder Obsolete_updates where you can find unverified sqls * This should help with sql maintaining --HG-- branch : trunk
9 lines
205 B
CMake
9 lines
205 B
CMake
add_subdirectory(TBC-WLK_converter)
|
|
add_subdirectory(updates)
|
|
add_subdirectory(tools)
|
|
|
|
########### install files ###############
|
|
|
|
FILE(GLOB _SQL *.sql)
|
|
|
|
install(FILES ${_SQL} DESTINATION share/trinity/sql) |