aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/CMakeLists.txt b/sql/updates/CMakeLists.txt
index 2300dd5c5f3..d8b198cb6e2 100644
--- a/sql/updates/CMakeLists.txt
+++ b/sql/updates/CMakeLists.txt
@@ -4,4 +4,6 @@ FILE(GLOB _SQL_UPDATES *.sql)
INSTALL(FILES
${_SQL_UPDATES}
+1234_world.sql
+1236_world.sql
DESTINATION share/trinity/sql/updates)