diff options
author | Haru <haru@dotalux.com> | 2018-10-21 23:51:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-21 23:51:35 +0200 |
commit | eb71c78f0872567a33196b72420d3d081651a23f (patch) | |
tree | c14b23ec6f2532487ceacb275a71f086def15ef6 /src/map/script.h | |
parent | b196e2b794bb96c1584c885f50e63326678ae89e (diff) | |
parent | 9b878ee44765010758c7c6da630431d9aaef71dc (diff) | |
download | hercules-eb71c78f0872567a33196b72420d3d081651a23f.tar.gz hercules-eb71c78f0872567a33196b72420d3d081651a23f.tar.bz2 hercules-eb71c78f0872567a33196b72420d3d081651a23f.tar.xz hercules-eb71c78f0872567a33196b72420d3d081651a23f.zip |
Merge pull request #2172 from dastgirp/enhance/getiteminfo
Updated getiteminfo and setiteminfo.
Diffstat (limited to 'src/map/script.h')
-rw-r--r-- | src/map/script.h | 1 |
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 }; |