From 239329ca93cc5a6507e61cc6a9da6562f3aed0f2 Mon Sep 17 00:00:00 2001 From: 55Honey <71938210+55Honey@users.noreply.github.com> Date: Tue, 22 Feb 2022 00:59:09 +0100 Subject: chore: remove db-assembler (#691) --- docs/ac-dashboard-core-installation.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'docs') diff --git a/docs/ac-dashboard-core-installation.md b/docs/ac-dashboard-core-installation.md index c87c150..f08596f 100644 --- a/docs/ac-dashboard-core-installation.md +++ b/docs/ac-dashboard-core-installation.md @@ -69,14 +69,6 @@ it is a good practice to change its password to something more secure.* - Or change the `config.sh` to use another MySQL user. -Then run: - -``` -./acore.sh db-assembler import-all -``` - -this will install a full AzerothCore Database. No need to import any DB update at this point. - ### Download the latest client data Get the latest client data: @@ -101,6 +93,7 @@ If you followed the above, you'll get your server inside the `env/dist` director The `worldserver` and `authserver` binaries are located in `azerothcore-wotlk/env/dist/bin`. You can either run them directly or use the restarter (see below). +The first startup of the `worldserver` will install a full AzerothCore Database. No need to import any DB update at this point. ### Restarter -- cgit