diff options
| author | Barbz <BarbzYHOOL@users.noreply.github.com> | 2020-06-07 02:03:57 +0200 |
|---|---|---|
| committer | Barbz <BarbzYHOOL@users.noreply.github.com> | 2020-06-07 23:33:09 +0200 |
| commit | c67d32960b0bfc70c15cbfd15a6c28df7f9342bd (patch) | |
| tree | 87bbc6a1d0f47a2fed881f70717adb588be5ccdf /docs | |
| parent | 5991e473d005eb397619a144b2e9fc70c21c3a7f (diff) | |
| download | wiki-c67d32960b0bfc70c15cbfd15a6c28df7f9342bd.tar.gz wiki-c67d32960b0bfc70c15cbfd15a6c28df7f9342bd.tar.bz2 wiki-c67d32960b0bfc70c15cbfd15a6c28df7f9342bd.zip | |
fix: item_template info about Map & Area
I found this by testing ingame
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/item_template.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/item_template.md b/docs/item_template.md index 71d9e52..c9d5433 100644 --- a/docs/item_template.md +++ b/docs/item_template.md @@ -3262,11 +3262,11 @@ The maximum durability of this item. ### area -The ID of the zone in which this item can be used. +The ID of the zone in which this item can be used. If you leave the area, the item will be deleted from the inventory. ### Map -The ID of the map in which this item can be used. +The ID of the map in which this item can be used. If you leave the map, the item will be deleted from the inventory. ### BagFamily |
