From 0091434d8352ef61221c1b24d72fc6f713b64adb Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sun, 7 May 2023 13:41:52 +0200 Subject: Update database-installation.md --- docs/database-installation.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/database-installation.md b/docs/database-installation.md index ea082bb..6df1b1e 100644 --- a/docs/database-installation.md +++ b/docs/database-installation.md @@ -25,9 +25,7 @@ If you want to know how the SQL directory works or plan to have custom changes w #### Automatic Database Updater -By default the Worldserver and Authserver will check for, and import all new files into the database you specified in the config. - -This is the easiest and recommended way to make sure you are always up-to-date with the core. +The Auth- and Worldserver checks and applies all needed database files at startup. To edit the automatic database updater you will find the neccessary settings in authserver.conf and worldserver.conf under **UPDATE SETTINGS**. -- cgit