diff options
| author | Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com> | 2022-09-15 15:28:37 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-15 21:28:37 +0200 |
| commit | 8b6f817a3fd78ce24f22978331fb5f9a0489d69e (patch) | |
| tree | c6d914d5c9e917d24a2b3aa653455397fa96181e | |
| parent | 07609c9761bf754d1c83a6eb8bd19c18c5ba2f9c (diff) | |
| download | wiki-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.
| -rw-r--r-- | docs/es/remote-access.md | 2 | ||||
| -rw-r--r-- | docs/remote-access.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/es/remote-access.md b/docs/es/remote-access.md index 36b7c4a..efed8b7 100644 --- a/docs/es/remote-access.md +++ b/docs/es/remote-access.md @@ -46,7 +46,7 @@ En un formato más simplificado: SOAP para los sitios web, telnet para la línea ### Configurar -1. Ambos protocolos deben estar habilitados a través de los [archivos de configuración del servidor mundial] (https://github.com/azerothcore/azerothcore-wotlk/blob/master/src/worldserver/worldserver.conf.dist#L2756). +1. Ambos protocolos deben estar habilitados a través de los [archivos de configuración del servidor mundial](https://github.com/azerothcore/azerothcore-wotlk/blob/master/src/server/apps/worldserver/worldserver.conf.dist#L3122) 2. Cuando están habilitados, para autorizar el acceso a la base de datos, es necesario encontrar la tabla `account_access` en la base de datos de autenticación y asegurarse de que el realmID de su usuario es -1 (es decir, todos los reinos). 3. Una vez hecho esto, está configurado para utilizar telnet y SOAP 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 |
