From d080cb4c743de976a8b9ba979e90ba1b10e32b68 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sun, 7 May 2023 13:40:21 +0200 Subject: Update server-setup.md --- docs/server-setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/server-setup.md b/docs/server-setup.md index 8b7352e..c849c5f 100644 --- a/docs/server-setup.md +++ b/docs/server-setup.md @@ -27,7 +27,7 @@ Github link: 1. Download the files above. -1. Create a new folder within the build folder called **Data**. i.e **E:\Build\AzerothCore\RelWithDebInfo\Data** +1. Create a new folder within the build folder called **Data**. i.e **C:\Build\AzerothCore\RelWithDebInfo\Data** 1. Extract the files from the zip file and place them within the **Data** folder. @@ -114,7 +114,7 @@ The following steps must be verified: 1. In your worldserver.conf file locate **DataDir** option. -1. Edit it to the path of your folder. i.e **E:\AzerothCore\RelWithDebInfo\Data** +1. Edit it to the path of your folder. i.e **C:\Build\AzerothCore\RelWithDebInfo\Data** *Pro Tip: For most worldserver.conf setting changes, you can simply type .reload config in-game to see changes instantly without restarting the server.* -- cgit