diff options
| author | Mathematical <zajibrik@gmail.com> | 2022-08-28 22:54:08 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-29 00:54:08 -0300 |
| commit | 48e91132dcbaf5f87fc73ca1fdee16c61347b701 (patch) | |
| tree | b3ea79e6b61cb54b775867d90de525eaf8bcc23e /docs/es/item_refund_instance.md | |
| parent | 1748927670f772337c7de3906394a9bbd92a863f (diff) | |
| download | wiki-48e91132dcbaf5f87fc73ca1fdee16c61347b701.tar.gz wiki-48e91132dcbaf5f87fc73ca1fdee16c61347b701.tar.bz2 wiki-48e91132dcbaf5f87fc73ca1fdee16c61347b701.zip | |
Add (Translation/ES) Translations in characters (#796)
* Characters2
* small edit
* Another small edit xd
Diffstat (limited to 'docs/es/item_refund_instance.md')
| -rw-r--r-- | docs/es/item_refund_instance.md | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/docs/es/item_refund_instance.md b/docs/es/item_refund_instance.md new file mode 100644 index 0000000..b227487 --- /dev/null +++ b/docs/es/item_refund_instance.md @@ -0,0 +1,39 @@ +# item\_refund\_instance + +[<-Volver a:Characters](database-characters.md) + +**Tabla \`item\_refund\_instance\`** + +La tabla tiene la función de ser un "recibo de las compras" para Items reembolsables durante un intervalo de tiempo de aproximadamente 2 horas dentro del juego. También alberga información acerca de la moneda que se usó para la compra del Item. + +**Estructura** + +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +| --------------------- | -------- | ---------- | --- | ---- | ------- | ------ | ----------- | +| [item_guid][1] | INT | UNSIGNED | PRI | NO | | | Item GUID | +| [player_guid][2] | INT | UNSIGNED | PRI | NO | | | Player GUID | +| [paidMoney][3] | INT | UNSIGNED | | NO | 0 | | | +| [paidExtendedCost][4] | SMALLINT | UNSIGNED | | NO | 0 | | | + +[1]: #itemguid +[2]: #playerguid +[3]: #paidmoney +[4]: #paidextendedcost + +**Descripción de los Campos** + +### item\_guid + +GUID o Identificador Global Único del Item comprado. Véase [item\_instance.guid](item_instance#guid). + +### player\_guid + +GUID o Identificador Global Único del jugador con derecho a reembolso. Véase [characters.guid](characters#guid). + +### paidMoney + +La cantidad de dinero (medido en monedas de cobre) gastados por el jugador. + +### paidExtendedCost + +ID del ItemExtendedCost.dbc que se pagó por el artículo (si es que se usó alguno para la compra) |
