summaryrefslogtreecommitdiff
path: root/docs/es/realmcharacters.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/es/realmcharacters.md')
-rw-r--r--docs/es/realmcharacters.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/docs/es/realmcharacters.md b/docs/es/realmcharacters.md
index 237afbe..1a7b76e 100644
--- a/docs/es/realmcharacters.md
+++ b/docs/es/realmcharacters.md
@@ -2,15 +2,17 @@
[<-Volver a:Auth](database-auth.md)
+Leer en: [English :gb:](../realmcharacters) [Spanish :es:](realmcharacters)
+
**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
+**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 | | |
@@ -19,15 +21,15 @@ Los datos de esta tabla son mantenidos por el núcleo.
[2]: #acctid
[3]: #numchars
-## Descripción de los campos
+**Descripción de los campos**
### realmid
-El ID del reino. Ver [realmlist.id](realmlist#id)
+El ID del reino. Ver [realmlist.id](realmlist#id).
### acctid
-El ID de la cuenta. Ver [account.id](account#id)
+El ID de la cuenta. Ver [account.id](account#id).
### numchars