diff options
| author | Julio A. Leyva Osorio <tony931023@gmail.com> | 2022-01-13 09:06:27 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-13 15:06:27 +0100 |
| commit | a9d7681ed9b7ef7580d8ece93caae3507a298524 (patch) | |
| tree | 9bb33dde9bb765f0ba792e949f467288f1c51f54 | |
| parent | dc17689bcef62e18dd1ce9dd64d316d604cf8ac6 (diff) | |
| download | wiki-a9d7681ed9b7ef7580d8ece93caae3507a298524.tar.gz wiki-a9d7681ed9b7ef7580d8ece93caae3507a298524.tar.bz2 wiki-a9d7681ed9b7ef7580d8ece93caae3507a298524.zip | |
chore: some updates and Creation of the wiki files in Spanish (characters) (#607)
* Create mail_items.md
* Create pet_aura.md
* Create log_arena_memberstats
* Create log_encounter.md
* Create log_money.md
* Create mail.md
* Create pet_spell.md
* Create pet_spell_cooldown.md
* Create petition.md
* Create petition_sign.md
* Create pvpstats_players.md
* Create quest_tracker.md
* Create recovery_item.md
* Create reserved_name.md
* Create worldstates.md
* Create addons.md
* Create bugreport.md
* Create channels_bans.md
* Create character_battleground_random.md
* Create character_brew_of_the_month.md
* Create character_queststatus_monthly.md
* Create game_event_save.md
* Create pool_quest_save.md
* Create warden_action.md
* Update character_queststatus_monthly.md
* Update
* Create banned_addons.md
* Create character_talent.md
* Create corpse.md
* Create gm_subsurvey.md
* Create guild_bank_eventlog.md
* Create version_db_characters.md
* Update version_db_auth.md
* Update account_instance_times.md
* Update character_achievement_progress.md
* Update character_gifts.md
* Update character_queststatus_daily.md
* Update character_queststatus_rewarded.md
* Update character_queststatus_seasonal.md
* Update character_queststatus_weekly.md
* Update character_spell.md
* Update game_event_condition_save.md
* Update item_soulbound_trade_data.md
* Update lfg_data.md
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
41 files changed, 2645 insertions, 1 deletions
diff --git a/docs/es/addons.md b/docs/es/addons.md new file mode 100644 index 0000000..3b6a15d --- /dev/null +++ b/docs/es/addons.md @@ -0,0 +1,27 @@ +# addons + +[<-Volver a:Characters](database-characters.md) + +Leer en: [English :gb:](../addons) [Spanish :es:](addons) + +**Tabla \`addons\`** + +**Estructura** + +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +| -------------- | ------------ | ---------- | --- | ---- | ------- | ------ | ------- | +| [name][1] | VARCHAR(120) | SIGNED | PRI | NO | '' | PRI | | +| [crc][2] | INT | UNSIGNED | | NO | 0 | | | + +[1]: #name +[2]: #crc + +**Descripción de los campos** + +### name + +`campo-sin-descripción|1` + +### crc + +`campo-sin-descripción|2` diff --git a/docs/es/banned_addons.md b/docs/es/banned_addons.md new file mode 100644 index 0000000..559818e --- /dev/null +++ b/docs/es/banned_addons.md @@ -0,0 +1,39 @@ +# banned\_addons + +[<-Volver a:Characters](database-characters.md) + +Leer en: [English :gb:](../banned_addons) [Spanish :es:](banned_addons) + +**Tabla \`banned\_addons\`** + +**Estructura** + +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +| -------------- | ------------ | ---------- | --- | ---- | ----------------- | ------ | ------- | +| [Id][1] | INT | UNSIGNED | PRI | NO | | | | +| [Name][2] | VARCHAR(255) | SIGNED | | NO | | UNIQUE | | +| [Version][3] | VARCHAR(255) | SIGNED | | NO | '' | UNIQUE | | +| [Timestamp][4] | TIMESTAMP | SIGNED | | NO | CURRENT_TIMESTAMP | | | + +[1]: #id +[2]: #name +[3]: #version +[4]: #timestamp + +**Descripción de los campos** + +### Id + +`campo-sin-descripción|1` + +### Name + +`campo-sin-descripción|2` + +### Version + +`campo-sin-descripción|3` + +### Timestamp + +`campo-sin-descripción|4` diff --git a/docs/es/bugreport.md b/docs/es/bugreport.md new file mode 100644 index 0000000..36d8906 --- /dev/null +++ b/docs/es/bugreport.md @@ -0,0 +1,33 @@ +# bugreport + +[<-Volver a:Characters](database-characters.md) + +Leer en: [English :gb:](../bugreport) [Spanish :es:](bugreport) + +**Tabla \`bugreport\`** + +**Estructura** + +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +| -------------- | -------- | ---------- | --- | ---- | ------- | -------------- | ---------- | +| [id][1] | INT | UNSIGNED | PRI | NO | | AUTO_INCREMENT | Identifier | +| [type][2] | LONGTEXT | SIGNED | | NO | | | | +| [content][3] | LONGTEXT | SIGNED | | NO | | | | + +[1]: #id +[2]: #type +[3]: #content + +**Descripción de los campos** + +### id + +`campo-sin-descripción|1` + +### type + +`campo-sin-descripción|2` + +### content + +`campo-sin-descripción|3` diff --git a/docs/es/channels_bans.md b/docs/es/channels_bans.md new file mode 100644 index 0000000..a896343 --- /dev/null +++ b/docs/es/channels_bans.md @@ -0,0 +1,33 @@ +# channels\_bans + +[<-Volver a:Characters](database-characters.md) + +Leer en: [English :gb:](../channels_bans) [Spanish :es:](channels_bans) + +**Tabla \`channels\_bans\`** + +**Estructura** + +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +| --------------- | ----- | ---------- | --- | ---- | ------- | ------ | ------- | +| [channelId][1] | INT | UNSIGNED | PRI | NO | | | | +| [playerGUID][2] | INT | UNSIGNED | PRI | NO | | | | +| [banTime][3] | INT | UNSIGNED | | NO | | | | + +[1]: #channelid +[2]: #playerguid +[3]: #banTime + +**Descripción de los campos** + +### channelId + +El [channel.id](channels#channelid). + +### playerGUID + +`campo-sin-descripción|2` + +### banTime + +El tiempo de baneo del [channel](channels#channelid). diff --git a/docs/es/character_achievement_progress.md b/docs/es/character_achievement_progress.md new file mode 100644 index 0000000..82442b5 --- /dev/null +++ b/docs/es/character_achievement_progress.md @@ -0,0 +1,37 @@ +# character\_achievement\_progress + +[<-Volver a:Characters](database-characters.md) + +**Tabla \`character\_achievement\_progress\`** + +**Estructura** + +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +| ------------- | ----------- | ---------- | --- | ---- | ------- | ----- | ------- | +| [guid][1] | INT | UNSIGNED | PRI | NO | | | | +| [criteria][2] | SMALLINT | UNSIGNED | PRI | NO | | | | +| [counter][3] | INT | UNSIGNED | | NO | | | | +| [date][4] | INT | UNSIGNED | | NO | 0 | | | + +[1]: #guid +[2]: #criteria +[3]: #counter +[4]: #date + +**Descripción de los campos** + +### guid + +El GUID del personaje. Consulte [characters.guid](characters#guid). + +### criteria + +Criterios de [Achievement\_Criteria.dbc](achievement_criteria). + +### counter + +`campo-sin-descripción|3` + +### date + +La fecha en la que se obtuvo este logro. Consulte [Unix timestamp Calculator](http://www.unixtimestamp.com/index.php). diff --git a/docs/es/character_battleground_random.md b/docs/es/character_battleground_random.md new file mode 100644 index 0000000..94097e3 --- /dev/null +++ b/docs/es/character_battleground_random.md @@ -0,0 +1,23 @@ +# character\_battleground\_random + +[<-Volver a:Characters](database-characters.md) + +Leer en: [English :gb:](../character_battleground_random) [Spanish :es:](character_battleground_random) + +**Tabla \`character\_battleground\_random\`** + +Esta tabla almacena ID de campos de batalla para sesiones de campo de batalla aleatorias. + +**Estructura** + +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +| --------- | -------- | ---------- | --- | ---- | ------- | ----- | ------- | +| [guid][1] | INT | UNSIGNED | PRI | NO | 0 | | | + +[1]: #guid + +**Descripción de los campos** + +### guid + +El guid del personaje que ya ganó un campo de batalla aleatorio hoy. Ver [characters.guid](characters#guid). diff --git a/docs/es/character_brew_of_the_month.md b/docs/es/character_brew_of_the_month.md new file mode 100644 index 0000000..8dd0adf --- /dev/null +++ b/docs/es/character_brew_of_the_month.md @@ -0,0 +1,27 @@ +# character\_brew\_of\_the\_month + +[<-Volver a:Characters](database-characters.md) + +Leer en: [English :gb:](../character_brew_of_the_month) [Spanish :es:](character_brew_of_the_month) + +**Tabla \`character\_brew\_of\_the\_month\`** + +**Estructura** + +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +| ---------------- | ---- | ---------- | --- | ---- | ------- | ----- | -------- | +| [guid][1] | INT | UNSIGNED | PRI | NO | | | | +| [lastEventId][2] | INT | UNSIGNED | | NO | 0 | | | + +[1]: #guid +[2]: #lastEventId + +**Descripción de los campos** + +### guid + +`campo-sin-descripción|1` + +### lastEventId + +`campo-sin-descripción|2` diff --git a/docs/es/character_gifts.md b/docs/es/character_gifts.md new file mode 100644 index 0000000..048d8f5 --- /dev/null +++ b/docs/es/character_gifts.md @@ -0,0 +1,41 @@ +# character\_gifts + +[<-Volver a:Characters](database-characters.md) + +**Tabla \`character\_gifts\`** + +Esta tabla contiene datos sobre artículos envueltos o de regalo. + +**Estructura** + +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +| -------------- | ---- | ---------- | --- | ---- | ------- | ----- | ------- | +| [guid][1] | INT | UNSIGNED | | NO | 0 | | | +| [item_guid][2] | INT | UNSIGNED | PRI | NO | 0 | | | +| [entry][3] | INT | UNSIGNED | | NO | 0 | | | +| [flags][4] | INT | UNSIGNED | | NO | 0 | | | + +[1]: #guid +[2]: #itemguid +[3]: #entry +[4]: #flags + +**Descripción de los campos** + +### guid + +El GUID del personaje. Consulte [characters.guid](characters#guid). + +### item\_guid + +El GUID del artículo. Consulte [item\_instance.guid](item_instance#guid). + +### entry + +La entrada del artículo. Consulte [item\_template.entry](item_template#entry). + +### flags + +`campo-sin-descripción|4` + +*Nota para futuras investigaciones: max flags 13369920? FieldFlags of ProtoFlags?* diff --git a/docs/es/character_queststatus_daily.md b/docs/es/character_queststatus_daily.md new file mode 100644 index 0000000..40336d3 --- /dev/null +++ b/docs/es/character_queststatus_daily.md @@ -0,0 +1,33 @@ +# character\_queststatus\_daily + +[<-Volver a:Characters](database-characters.md) + +**Tabla \`character\_queststatus\_daily\`** + +Contiene información sobre el estado de las misiones diarias de cada jugador. La misión debe tener el tipo = 87 o la bandera 4096 en QuestFlags. + +**Estructura** + +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +|----------- | ------- | ---------- | --- | ---- | ------- | ----- | ------------------------ | +| [guid][1] | INT | UNSIGNED | PRI | NO | 0 | | Global Unique Identifier | +| [quest][2] | INT | UNSIGNED | PRI | NO | 0 | | Quest Identifier | +| [time][3] | INT | UNSIGNED | | NO | 0 | | | + +[1]: #guid +[2]: #quest +[3]: #time + +**Descripción de los campos** + +### guid + +El GUID del carácter. Consulte [characters.guid](characters#guid). + +### quest + +El ID de misión de la misión diaria. Ver [quest\_template.entry](quest\_template#entry). + +### time + +El momento en que se realizó la búsqueda, en tiempo Unix. diff --git a/docs/es/character_queststatus_monthly.md b/docs/es/character_queststatus_monthly.md new file mode 100644 index 0000000..4bd0ff4 --- /dev/null +++ b/docs/es/character_queststatus_monthly.md @@ -0,0 +1,27 @@ +# character\_queststatus\_monthly + +[<-Volver a:Characters](database-characters.md) + +Leer en: [English :gb:](../character_queststatus_monthly) [Spanish :es:](character_queststatus_monthly) + +**Tabla \`character\_queststatus\_monthly\`** + +**Estructura** + +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +| ----------- | ---- | ---------- | --- | ---- | ------- | ------ | ------------------------ | +| [guid][1] | INT | UNSIGNED | PRI | NO | 0 | | Global Unique Identifier | +| [quest][2] | INT | UNSIGNED | PRI | NO | 0 | | Quest Identifier | + +[1]: #guid +[2]: #quest + +**Descripción de los campos** + +### guid + +El guid del personaje. Ver [characters.guid](characters#guid). + +### quest + +El ID de misión de la misión recompensada. Ver [quest\_template.id](quest_template#id). diff --git a/docs/es/character_queststatus_rewarded.md b/docs/es/character_queststatus_rewarded.md new file mode 100644 index 0000000..eb55196 --- /dev/null +++ b/docs/es/character_queststatus_rewarded.md @@ -0,0 +1,33 @@ +# character\_queststatus\_rewarded + +[<-Volver a:Characters](database-characters.md) + +**Tabla \`character\_queststatus\_rewarded\`** + +Esta tabla contiene información de ** cada ** misión recompensada para un jugador. + +**Estructura** + +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +| ----------- | ---------- | ---------- | --- | ---- | ------- | ----- | ------------------------ | +| [guid][1] | INT | UNSIGNED | PRI | NO | 0 | | Global Unique Identifier | +| [quest][2] | INT | UNSIGNED | PRI | NO | 0 | | Quest Identifier | +| [active][3] | TINYINT | UNSIGNED | | NO | 1 | | | + +[1]: #guid +[2]: #quest +[3]: #active + +**Descripción de los campos** + +### guid + +El GUID del carácter. Consulte [characters.guid](characters#guid). + +### quest + +El ID de misión de la misión recompensada. Ver [quest\_template.id](quest_template#id). + +### active + +`campo-sin-descripción|3` diff --git a/docs/es/character_queststatus_seasonal.md b/docs/es/character_queststatus_seasonal.md new file mode 100644 index 0000000..572a03c --- /dev/null +++ b/docs/es/character_queststatus_seasonal.md @@ -0,0 +1,33 @@ +# character\_queststatus\_seasonal + +[<-Volver a:Characters](database-characters.md) + +**Tabla \`character\_queststatus\_seasonal\`** + +Contiene información sobre el estado de la misión de temporada (misiones con ZoneOSort of -22) de cada jugador. Las misiones se reinician al final de la entrada de evento correspondiente. + +**Estructura** + +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +| ---------- | ------- | ---------- | --- | ---- | ------- | ----- | ------------------------ | +| [guid][1] | INT | UNSIGNED | PRI | NO | 0 | | Global Unique Identifier | +| [quest][2] | INT | UNSIGNED | PRI | NO | 0 | | Quest Identifier | +| [event][3] | INT | UNSIGNED | | NO | 0 | | Event Identifier | + +[1]: #guid +[2]: #quest +[3]: #event + +**Descripción de los campos** + +### guid + +El GUID del personaje. Consulte [characters.guid](characters#guid). + +### quest + +El ID de misión de la misión recompensada. Consulte [quest\_template.id](quest_template#id). + +### event + +El eventEntry del evento del juego al que pertenece la misión de temporada. diff --git a/docs/es/character_queststatus_weekly.md b/docs/es/character_queststatus_weekly.md new file mode 100644 index 0000000..33a9ac4 --- /dev/null +++ b/docs/es/character_queststatus_weekly.md @@ -0,0 +1,27 @@ +# character\_queststatus\_weekly + +[<-Volver a:Characters](database-characters.md) + +**Tabla \`character\_queststatus\_weekly\`** + +Contiene información sobre el estado de las misiones semanales de cada jugador. Los temporizadores se reinician al mismo tiempo que se reinician las incursiones. + +**Estructura** + +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +| ---------- | ------- | ---------- | --- | ---- | ------- | ----- | ------------------------ | +| [guid][1] | INT | UNSIGNED | PRI | NO | 0 | | Global Unique Identifier | +| [quest][2] | INT | UNSIGNED | PRI | NO | 0 | | Quest Identifier | + +[1]: #guid +[2]: #quest + +**Descripción de los campos** + +### guid + +El GUID del personaje. Consulte [characters.guid](characters#guid). + +### quest + +El ID de misión de la misión recompensada. Consulte [quest\_template.id](quest_template#id). diff --git a/docs/es/character_spell.md b/docs/es/character_spell.md new file mode 100644 index 0000000..349846d --- /dev/null +++ b/docs/es/character_spell.md @@ -0,0 +1,33 @@ +# character\_spell + +[<-Volver a:Characters](database-characters.md) + +**Tabla \`character\_spell\`** + +Contiene información para los hechizos de cada personaje. + +**Estructura** + +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +| ------------- | --------- | ---------- | --- | ---- | ------- | ----- | ------------------------ | +| [guid][1] | INT | UNSIGNED | PRI | NO | 0 | | Global Unique Identifier | +| [spell][2] | MEDIUMINT | UNSIGNED | PRI | NO | 0 | | Spell Identifier | +| [specMask][3] | TINYINT | UNSIGNED | | NO | 1 | | | + +[1]: #guid +[2]: #spell +[3]: #specmask + +**Descripción de los campos** + +### guid + +El GUID del personaje. Consulte [characters.guid](characters#guid). + +### spell + +La identificación del hechizo. Consulte la columna 1 de[Spell.dbc](spell). + +### specMask + +Boolean 1 or 0 que significa si el hechizo está activo (aparece en el libro de hechizos). diff --git a/docs/es/character_talent.md b/docs/es/character_talent.md new file mode 100644 index 0000000..c5a5a93 --- /dev/null +++ b/docs/es/character_talent.md @@ -0,0 +1,38 @@ +# character\_talent + +[<-Volver a:Characters](database-characters.md) + +Leer en: [English :gb:](../character_talent) [Spanish :es:](character_talent) + +**Tabla \`character\_talent\`** + +Contiene todos los datos de talentos individuales de cada personaje. Esto solo se usa como una tabla de almacenamiento, los valores se leen desde aquí y se escriben en character\_spell, y viceversa, cuando un jugador cambia de especificación. + +**Estructura** + +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +| ------------- | --------- | ---------- | --- | ---- | ------- | ----- | ------- | +| [guid][1] | INT | UNSIGNED | PRI | NO | | | | +| [spell][2] | MEDIUMINT | UNSIGNED | PRI | NO | | | | +| [specMask][3] | TINYINT | UNSIGNED | PRI | NO | 0 | | | + +[1]: #guid +[2]: #spell +[3]: #specmask + +**Descripción de los campos** + +### guid + +El guid del personaje. Ver [characters.guid](characters#guid). + +### spell + +El id del hechizo. Ver [Spell.dbc](spell) columna 1. + +### specMask + +| Value | Data | +| ----- | ------------------ | +| 0 | is the first spec | +| 1 | is the second spec | diff --git a/docs/es/corpse.md b/docs/es/corpse.md new file mode 100644 index 0000000..caa70e9 --- /dev/null +++ b/docs/es/corpse.md @@ -0,0 +1,117 @@ +# corpse + +[<-Volver a:Characters](database-characters.md) + +Leer en: [English :gb:](../corpse) [Spanish :es:](corpse) + +**Tabla \`corpse\`** + +**Estructura** + +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +| ---------------- | -------- | ---------- | --- | ---- | ------- | ------ | ---------------------------------- | +| [guid][1] | INT | UNSIGNED | PRI | NO | 0 | | Character Global Unique Identifier | +| [posX][2] | FLOAT | SIGNED | | NO | 0 | | | +| [posY][3] | FLOAT | SIGNED | | NO | 0 | | | +| [posZ][4] | FLOAT | SIGNED | | NO | 0 | | | +| [orientation][5] | FLOAT | SIGNED | | NO | 0 | | | +| [mapId][6] | SMALLINT | UNSIGNED | | NO | 0 | | Map Identifier | +| [phaseMask][7] | INT | UNSIGNED | | NO | 1 | | | +| [displayId][8] | INT | UNSIGNED | | NO | 0 | | | +| [itemCache][9] | TEXT | SIGNED | | NO | | | | +| [bytes1][10] | INT | UNSIGNED | | NO | 0 | | | +| [bytes2][11] | INT | UNSIGNED | | NO | 0 | | | +| [guildId][12] | INT | UNSIGNED | | NO | 0 | | | +| [flags][13] | TINYINT | UNSIGNED | | NO | 0 | | | +| [dynFlags][14] | TINYINT | UNSIGNED | | NO | 0 | | | +| [time][15] | INT | UNSIGNED | | NO | 0 | | | +| [corpseType][16] | TINYINT | UNSIGNED | | NO | 0 | | | +| [instanceId][17] | INT | UNSIGNED | | NO | 0 | | Instance Identifier | + +[1]: #guid +[2]: #posx +[3]: #posy +[4]: #posz +[5]: #orientation +[6]: #mapid +[7]: #phasemask +[8]: #displayid +[9]: #itemcache +[10]: #bytes1 +[11]: #bytes2 +[12]: #guildid +[13]: #flags +[14]: #dynFlags +[15]: #time +[16]: #corpsetype +[17]: #instanceid + +**Descripción de los campos** + +### guid + +El guid del personaje. See [characters.guid](characters#guid). + +### posX + +`campo-sin-descripción|2` + +### posY + +`campo-sin-descripción|3` + +### posZ + +`campo-sin-descripción|4` + +### orientation + +`campo-sin-descripción|5` + +### mapId + +`campo-sin-descripción|6` + +### phaseMask + +`campo-sin-descripción|7` + +### displayId + +`campo-sin-descripción|8` + +### itemCache + +`campo-sin-descripción|9` + +### bytes1 + +`campo-sin-descripción|10` + +### bytes2 + +`campo-sin-descripción|11` + +### guildId + +`campo-sin-descripción|12` + +### flags + +`campo-sin-descripción|13` + +### dynFlags + +`campo-sin-descripción|14` + +### time + +`campo-sin-descripción|15` + +### corpseType + +`campo-sin-descripción|16` + +### instanceId + +`campo-sin-descripción|17` diff --git a/docs/es/game_event_condition_save.md b/docs/es/game_event_condition_save.md new file mode 100644 index 0000000..11134c0 --- /dev/null +++ b/docs/es/game_event_condition_save.md @@ -0,0 +1,31 @@ +# game\_event\_condition\_save + +[<-Volver a:Characters](database-characters.md) + +**Tabla \`game\_event\_condition\_save\`** + +**Estructura** + +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +| ----------------- | ------- | ---------- | --- | ---- | ------- | ----- | ------- | +| [eventEntry][1] | TINYINT | UNSIGNED | PRI | NO | | | | +| [condition_id][2] | INT | UNSIGNED | PRI | NO | 0 | | | +| [done][3] | FLOAT | SIGNED | | YES | 0 | | | + +[1]: #evententry +[2]: #conditionid +[3]: #done + +**Descripción de los campos** + +### eventEntry + +Este es un enlace a la entrada del evento en la tabla del game\_event. + +### condition\_id + +Consulte [game\_event\_condition.condition\_id](game_event_condition#condition_id). + +### done + +Indica cuánto se ha hecho. Consulte[game\_event\_condition.req\_num](game_event_condition#req_num). diff --git a/docs/es/game_event_save.md b/docs/es/game_event_save.md new file mode 100644 index 0000000..c2e2ce5 --- /dev/null +++ b/docs/es/game_event_save.md @@ -0,0 +1,33 @@ +# game\_event\_save + +[<-Volver a:Characters](database-characters.md) + +Leer en: [English :gb:](../game_event_save) [Spanish :es:](game_event_save) + +**Tabla \`game\_event\_save\`** + +**Estructura** + +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +| --------------- | ------- | ---------- | --- | ---- | ------- | ----- | ------- | +| [eventEntry][1] | TINYINT | UNSIGNED | PRI | NO | | | | +| [state][2] | TINYINT | UNSIGNED | | NO | 1 | | | |
