From 08c4134c9931db6169763b6510b0032a371d4901 Mon Sep 17 00:00:00 2001 From: Michael Breedlove Date: Wed, 28 Sep 2022 02:23:10 -0600 Subject: Update networking.md (#813) realmlist update instructions specify `use acore_auth` instead of `acore_world` --- docs/networking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/networking.md b/docs/networking.md index 1f87a90..36bc1d1 100644 --- a/docs/networking.md +++ b/docs/networking.md @@ -34,7 +34,7 @@ You need to make sure that your **authserver** application directs incoming conn - MySQL CLI Commands (This step is not needed if you used a MySQL Manager like HeidiSQL) - `$ sudo mysql` - You should see a prompt change to mysql> - - use acore_world; + - `use acore_auth`; - **Replace your IP with the one you've chosen to use from above** - `UPDATE realmlist SET address = '[your_ip]' WHERE id = 1;` - exit -- cgit