diff options
| author | Michael Breedlove <mbreedlove@users.noreply.github.com> | 2022-09-28 02:23:10 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-28 10:23:10 +0200 |
| commit | 08c4134c9931db6169763b6510b0032a371d4901 (patch) | |
| tree | fbbd54c67d5f905c40f026ccc9517a7c1cdc6cb6 /docs | |
| parent | a43d4746c0c240e9adc2a006a3d6a9e69e0d43aa (diff) | |
| download | wiki-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.md | 2 |
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 |
