summaryrefslogtreecommitdiff
path: root/docs/es/log_money.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/log_money.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/log_money.md')
-rw-r--r--docs/es/log_money.md69
1 files changed, 69 insertions, 0 deletions
diff --git a/docs/es/log_money.md b/docs/es/log_money.md
new file mode 100644
index 0000000..4379255
--- /dev/null
+++ b/docs/es/log_money.md
@@ -0,0 +1,69 @@
+# log\_money
+
+[<-Volver a:Characters](database-characters.md)
+
+Leer en: [English :gb:](../log_money) [Spanish :es:](log_money)
+
+**Tabla \`log\_money\`**
+
+**Estructura**
+
+| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
+| ------------------ | -------- | ---------- | --- | ---- | ------- | ----- | ------- |
+| [sender_acc][1] | INT | UNSIGNED | | NO | | | |
+| [sender_guid][2] | INT | UNSIGNED | | NO | | | |
+| [sender_name][3] | CHAR(32) | SIGNED | | NO | | | |
+| [sender_ip][4] | CHAR(32) | SIGNED | | NO | | | |
+| [receiver_acc][5] | INT | UNSIGNED | | NO | | | |
+| [receiver_name][6] | CHAR(32) | SIGNED | | NO | | | |
+| [money][7] | BIGINT | UNSIGNED | | NO | | | |
+| [topic][8] | CHAR(255)| SIGNED | | NO | | | |
+| [date][9] | DATETIME | SIGNED | | NO | | | |
+
+[1]: #senderacc
+[2]: #senderguid
+[3]: #sendername
+[4]: #senderip
+[5]: #receiveracc
+[6]: #receivername
+[7]: #money
+[8]: #topic
+[9]: #date
+
+**Descripción de los campos**
+
+### sender\_acc
+
+`campo-sin-descripción|1`
+
+### sender\_guid
+
+`campo-sin-descripción|2`
+
+### sender\_name
+
+`campo-sin-descripción|3`
+
+### sender\_ip
+
+`campo-sin-descripción|4`
+
+### receiver\_acc
+
+`campo-sin-descripción|5`
+
+### receiver\_name
+
+`campo-sin-descripción|6`
+
+### money
+
+`campo-sin-descripción|7`
+
+### topic
+
+`campo-sin-descripción|8`
+
+### date
+
+`campo-sin-descripción|9`