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