summaryrefslogtreecommitdiff
path: root/docs/remote-access.md
diff options
context:
space:
mode:
authorBenjamin Jackson <38561765+heyitsbench@users.noreply.github.com>2022-09-15 15:28:37 -0400
committerGitHub <noreply@github.com>2022-09-15 21:28:37 +0200
commit8b6f817a3fd78ce24f22978331fb5f9a0489d69e (patch)
treec6d914d5c9e917d24a2b3aa653455397fa96181e /docs/remote-access.md
parent07609c9761bf754d1c83a6eb8bd19c18c5ba2f9c (diff)
downloadwiki-8b6f817a3fd78ce24f22978331fb5f9a0489d69e.tar.gz
wiki-8b6f817a3fd78ce24f22978331fb5f9a0489d69e.tar.bz2
wiki-8b6f817a3fd78ce24f22978331fb5f9a0489d69e.zip
Update remote-access.md hyperlink. (#808)
* Update remote-access.md wiki link. * Update es-remote-access.md. * Update en-remote-access.md.
Diffstat (limited to 'docs/remote-access.md')
-rw-r--r--docs/remote-access.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/remote-access.md b/docs/remote-access.md
index cc1cc4e..d8d5d62 100644
--- a/docs/remote-access.md
+++ b/docs/remote-access.md
@@ -49,7 +49,7 @@ In a more simplified format: SOAP for websites, telnet for command line.
### Setup
-1. Both protocols must be enabled via the [worldserver config files](https://github.com/azerothcore/azerothcore-wotlk/blob/master/src/worldserver/worldserver.conf.dist#L2756).
+1. Both protocols must be enabled via the [worldserver config files](https://github.com/azerothcore/azerothcore-wotlk/blob/master/src/server/apps/worldserver/worldserver.conf.dist#L3122).
2. When they are enabled, in order to authorize access to the database, you need to find the `account_access` table in the auth database and make sure the realmID of your user is -1 (meaning all realms).
3. When that is done you are set up to use telnet and SOAP