summaryrefslogtreecommitdiff
path: root/docs/es/quest_tracker.md
diff options
context:
space:
mode:
authorJulio A. Leyva Osorio <tony931023@gmail.com>2022-01-13 09:06:27 -0500
committerGitHub <noreply@github.com>2022-01-13 15:06:27 +0100
commita9d7681ed9b7ef7580d8ece93caae3507a298524 (patch)
tree9bb33dde9bb765f0ba792e949f467288f1c51f54 /docs/es/quest_tracker.md
parentdc17689bcef62e18dd1ce9dd64d316d604cf8ac6 (diff)
downloadwiki-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>
Diffstat (limited to 'docs/es/quest_tracker.md')
-rw-r--r--docs/es/quest_tracker.md63
1 files changed, 63 insertions, 0 deletions
diff --git a/docs/es/quest_tracker.md b/docs/es/quest_tracker.md
new file mode 100644
index 0000000..b107567
--- /dev/null
+++ b/docs/es/quest_tracker.md
@@ -0,0 +1,63 @@
+# quest\_tracker
+
+[<-Volver a:Character](database-character.md)
+
+Leer en: [English :gb:](../quest_tracker) [Spanish :es:](quest_tracker)
+
+**Tabla \`quest\_tracker\`**
+
+**Estructura**
+
+| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
+| ----------------------- | ------------ | ---------- | --- | ---- | ------- | ----- | ------- |
+|[id][1] | MEDIUMINT | UNSIGNED | | NO | 0 | | |
+|[character_guid][2] | INT | UNSIGNED | | NO | 0 | | |
+|[quest_accept_time][3] | DATETIME | SIGNED | | NO | | | |
+|[quest_complete_time][4] | DATETIME | SIGNED | | YES | | | |
+|[quest_abandon_time][5] | DATETIME | SIGNED | | YES | | | |
+|[completed_by_gm][6] | TINYINT | SIGNED | | NO | 0 | | |
+|[core_hash][7] | VARCHAR(120) | SIGNED | | NO | 0 | | |
+|[core_revision][8] | VARCHAR(120) | SIGNED | | NO | 0 | | |
+
+[1]: #id
+[2]: #characterguid
+[3]: #questaccepttime
+[4]: #questcompletetime
+[5]: #questabandontime
+[6]: #completedbygm
+[7]: #corehash
+[8]: #corerevision
+
+**Descripción de los campos**
+
+### id
+
+`campo-sin-descripción|1`
+
+### character\_guid
+
+Ver [characters.guid](characters#guid).
+
+### quest\_accept\_time
+
+Cuando la misión fue aceptada.
+
+### quest\_complete\_time
+
+Cuando se completó la misión.
+
+### quest\_abandon\_time
+
+Cuando la misión fue abandonada.
+
+### completed\_by\_gm
+
+`campo-sin-descripción|6`
+
+### core\_hash
+
+`campo-sin-descripción|7`
+
+### core\_revision
+
+`campo-sin-descripción|8`