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 /docs/es/pool_quest_save.md | |
| 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>
Diffstat (limited to 'docs/es/pool_quest_save.md')
| -rw-r--r-- | docs/es/pool_quest_save.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/es/pool_quest_save.md b/docs/es/pool_quest_save.md new file mode 100644 index 0000000..8c916eb --- /dev/null +++ b/docs/es/pool_quest_save.md @@ -0,0 +1,27 @@ +# pool\_quest\_save + +[<-Volver a:Characters](database-characters.md) + +Leer en: [English :gb:](../pool_quest_save) [Spanish :es:](pool_quest_save) + +**Tabla \`pool\_quest\_save\`** + +**Estructura** + +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +| ------------- | ---- | ---------- | --- | ---- | ------- | ----- | ------- | +| [pool_id][1] | INT | UNSIGNED | PRI | NO | 0 | | | +| [quest_id][2] | INT | UNSIGNED | PRI | NO | 0 | | | + +[1]: #poolid +[2]: #questid + +**Descripción de los campos** + +### pool\_id + +[pool\_quest.entry](pool_quest#entry). + +### quest\_id + +[quest\_template.id](quest_template#id). |
