From c67d32960b0bfc70c15cbfd15a6c28df7f9342bd Mon Sep 17 00:00:00 2001 From: Barbz Date: Sun, 7 Jun 2020 02:03:57 +0200 Subject: fix: item_template info about Map & Area I found this by testing ingame --- docs/item_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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 -- cgit