diff options
Diffstat (limited to 'docs/remote-access.md')
| -rw-r--r-- | docs/remote-access.md | 2 |
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 |
