summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Breedlove <mbreedlove@users.noreply.github.com>2022-09-28 02:23:10 -0600
committerGitHub <noreply@github.com>2022-09-28 10:23:10 +0200
commit08c4134c9931db6169763b6510b0032a371d4901 (patch)
treefbbd54c67d5f905c40f026ccc9517a7c1cdc6cb6 /docs
parenta43d4746c0c240e9adc2a006a3d6a9e69e0d43aa (diff)
downloadwiki-08c4134c9931db6169763b6510b0032a371d4901.tar.gz
wiki-08c4134c9931db6169763b6510b0032a371d4901.tar.bz2
wiki-08c4134c9931db6169763b6510b0032a371d4901.zip
Update networking.md (#813)
realmlist update instructions specify `use acore_auth` instead of `acore_world`
Diffstat (limited to 'docs')
-rw-r--r--docs/networking.md2
1 files changed, 1 insertions, 1 deletions
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