diff options
| author | MathematicalWTF <79039973+MathematicalWTF@users.noreply.github.com> | 2021-06-23 12:18:47 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-23 19:18:47 +0200 |
| commit | ff4a800fa9f1271dafd79db3c3d816f80b17a0cf (patch) | |
| tree | 7212b97bab1b4368d7996efecf5c10b81c32b58d /docs/es/realmcharacters.md | |
| parent | b94056e1aadb7fbcdfb8dad492b6066d5efa507f (diff) | |
| download | wiki-ff4a800fa9f1271dafd79db3c3d816f80b17a0cf.tar.gz wiki-ff4a800fa9f1271dafd79db3c3d816f80b17a0cf.tar.bz2 wiki-ff4a800fa9f1271dafd79db3c3d816f80b17a0cf.zip | |
Spanish translations of Auth (#558)
* first translations
* Update database-auth.md
fixes a little bug
Diffstat (limited to 'docs/es/realmcharacters.md')
| -rw-r--r-- | docs/es/realmcharacters.md | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/es/realmcharacters.md b/docs/es/realmcharacters.md new file mode 100644 index 0000000..7d7c9e4 --- /dev/null +++ b/docs/es/realmcharacters.md @@ -0,0 +1,34 @@ +# realmcharacters + +[<-Volver a:Auth](database-auth.md) + +**Tabla \`realmcharacters\`** + +Esta tabla contiene información sobre el número de personajes que tiene cada cuenta para cada reino. +Los datos de esta tabla son mantenidos por el núcleo. + +## Estructura + +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +|---------------|------------|------------|-----|------|---------|-------|---------| +| [realmid][1] | INT | UNSIGNED | PRI | NO | 0 | | | +| [acctid][2] | INT | UNSIGNED | PRI | NO | | | | +| [numchars][3] | TINYINT | UNSIGNED | | NO | 0 | | | + +[1]: #realmid +[2]: #acctid +[3]: #numchars + +## Descripción de los campos + +### realmid + +El ID del reino. Ver [realmlist.id](realmlist#id) + +### acctid + +El ID de la cuenta. Ver [account.id](account#id) + +### numchars + +El número de personajes que tiene la cuenta en el reino. |
