From c77a71d0df28da5cf6d462027738fd2f49dc5283 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Thu, 3 Sep 2020 12:42:56 +0200 Subject: chore(playercreateinfo_item): Update with master (#245) * chore(playercreateinfo_item): Update with master * Update playercreateinfo_item.md --- docs/playercreateinfo_item.md | 81 +++++++++---------------------------------- 1 file changed, 17 insertions(+), 64 deletions(-) diff --git a/docs/playercreateinfo_item.md b/docs/playercreateinfo_item.md index bd0f39d..24c272e 100644 --- a/docs/playercreateinfo_item.md +++ b/docs/playercreateinfo_item.md @@ -8,70 +8,19 @@ This table is used for any custom items that you might want to give to character **Structure** - ---------- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Field

Type

Attributes

Key

Null

Default

Extra

Comment

race

tinyint(3)

unsigned

 

NO

0

 

 

class

tinyint(3)

unsigned

 

NO

0

 

 

itemid

mediumint(8)

unsigned

 

NO

0

 

 

amount

tinyint(3)

signed

 

NO

1

 

 

+| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +| :-----------|:----------|:-----------|:----|:-----|:--------|:------|:--------| +| [race][1] | tinyint | unsigned | PRI | NO | 0 | | | +| [class][2] | tinyint | unsigned | PRI | NO | 0 | | | +| [itemid][3] | mediumint | unsigned | PRI | NO | 0 | | | +| [amount][4] | smallint | unsigned | | NO | 1 | | | +| [Note][5] | varchar | | | YES | NULL | | | + +[1]: #race +[2]: #class +[3]: #itemid +[4]: #amount +[5]: #Note **Description of the fields** @@ -92,3 +41,7 @@ The template ID of the item. See item\_template.entry ### amount The number of copies of that item. + +### Note + +Note of the entry -- cgit