summaryrefslogtreecommitdiff
path: root/src/map/script.h
diff options
context:
space:
mode:
authorDastgir <dastgirp@gmail.com>2018-08-08 15:34:57 +0530
committerHaru <haru@dotalux.com>2018-10-21 21:19:14 +0200
commit9b878ee44765010758c7c6da630431d9aaef71dc (patch)
tree2686dfd2dced77902c01c1bb8550250861bd925c /src/map/script.h
parent852c13305f67948531bd0277eb1922dbd02b1f26 (diff)
downloadhercules-9b878ee44765010758c7c6da630431d9aaef71dc.tar.gz
hercules-9b878ee44765010758c7c6da630431d9aaef71dc.tar.bz2
hercules-9b878ee44765010758c7c6da630431d9aaef71dc.tar.xz
hercules-9b878ee44765010758c7c6da630431d9aaef71dc.zip
Updated getiteminfo and setiteminfo.
Added ITR_TRADE (Trade restriction) for both script commands
Diffstat (limited to 'src/map/script.h')
-rw-r--r--src/map/script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h
index 9c72b793c..72210b05b 100644
--- a/src/map/script.h
+++ b/src/map/script.h
@@ -450,6 +450,7 @@ enum script_iteminfo_types {
ITEMINFO_VIEWID,
ITEMINFO_MATK,
ITEMINFO_VIEWSPRITE,
+ ITEMINFO_TRADE,
ITEMINFO_MAX
};