diff options
| author | Goober <103212704+fascistgoober@users.noreply.github.com> | 2022-06-24 04:03:58 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-24 11:03:58 +0200 |
| commit | a7f90d4efbc3d8ea688aa38a1ee29dc34e3eb54c (patch) | |
| tree | 643e95b8bb12e531b4518bda043d0bc5cdd01e72 /docs | |
| parent | 754479c52cbf75172808b60ab32acc78a6bf3451 (diff) | |
| download | wiki-a7f90d4efbc3d8ea688aa38a1ee29dc34e3eb54c.tar.gz wiki-a7f90d4efbc3d8ea688aa38a1ee29dc34e3eb54c.tar.bz2 wiki-a7f90d4efbc3d8ea688aa38a1ee29dc34e3eb54c.zip | |
Update item_instance.md (#733)
Fixed 2 typos.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/item_instance.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/item_instance.md b/docs/item_instance.md index dee57f5..30003dd 100644 --- a/docs/item_instance.md +++ b/docs/item_instance.md @@ -4,7 +4,7 @@ **The \`item\_instance\` table** -This table holds individual item instance information for all items currently equipped in some kind of character bag or bank, in auctionhouses, in guild banks or in mails. +This table holds individual item instance information for all items currently equipped in some kind of character bag or bank, in auction houses, in guild banks or in mails. **Structure** @@ -18,7 +18,7 @@ This table holds individual item instance information for all items currently eq | [count][6] | INT | UNSIGNED | | NO | 1 | | | | [duration][7] | INT | SIGNED | | NO | 0 | | | | [charges][8] | TINYTEXT | SIGNED | | YES | | | | -| [flags][9] | MEDIUNINT | UNSIGNED | | NO | 0 | | | +| [flags][9] | MEDIUMINT | UNSIGNED | | NO | 0 | | | | [enchantments][10] | TEXT | SIGNED | | NO | | | | | [randomPropertyId][11] | SMALLINT | SIGNED | | NO | 0 | | | | [durability][12] | SMALLINT | UNSIGNED | | NO | 0 | | | @@ -46,7 +46,7 @@ This table holds individual item instance information for all items currently eq The GUID of the item. This number is unique for each item instance. -### itemEnry +### itemEntry [Item_template.entry](item_template#entry). |
