summaryrefslogtreecommitdiff
path: root/docs/es/character_talent.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/character_talent.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/character_talent.md')
-rw-r--r--docs/es/character_talent.md38
1 files changed, 38 insertions, 0 deletions
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 |