diff options
-rwxr-xr-x | localserver/initdb.sh | 2 | ||||
-rwxr-xr-x | localserver/updatedb.sh | 9 | ||||
-rw-r--r-- | update/news.txt | 1 |
3 files changed, 9 insertions, 3 deletions
diff --git a/localserver/initdb.sh b/localserver/initdb.sh index bd53443..b130f71 100755 --- a/localserver/initdb.sh +++ b/localserver/initdb.sh @@ -22,5 +22,5 @@ $CMD <logs.sql if [[ -z "${VER}" ]]; then mkdir ${DIR}/versions - echo "15" >${DIR}/versions/sqlver + echo "17" >${DIR}/versions/sqlver fi diff --git a/localserver/updatedb.sh b/localserver/updatedb.sh index d77e2ba..99ec50b 100755 --- a/localserver/updatedb.sh +++ b/localserver/updatedb.sh @@ -82,7 +82,12 @@ if [ "${VER}" -lt "16" ]; then run "2018-09-01--05-22.sql" fi -if [ "${VER}" -lt "16" ]; then - echo "16" >versions/sqlver +if [ "${VER}" -lt "17" ]; then + run "2018-12-14--01-02.sql" + run "2018-12-29--07-51.sql" +fi + +if [ "${VER}" -lt "17" ]; then + echo "17" >versions/sqlver fi diff --git a/update/news.txt b/update/news.txt index 7443d41..04b5a57 100644 --- a/update/news.txt +++ b/update/news.txt @@ -8,6 +8,7 @@ ##1 its safety! ##2 If you ever run in trouble, try contacting a GM with ##B@request Help me!##b ##2 Please enjoy our server, and have fun! +##0 (If you want, it's possible to skip music download under Settings > Audio) ##7 Latest release: ##B2018-01-09##b ##7 Never miss a release! Follow our [@@https://discord.gg/BQNTe68|Discord Channel@@]! |