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 /doc/script_commands.txt | |
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 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 64468ed49..5cba5afc8 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -3239,6 +3239,7 @@ Valid types are: ITEMINFO_VIEWID - View ID ("Sprite" field in the Item DB) ITEMINFO_MATK - MATK (only relevant if RENEWAL is set) ITEMINFO_VIEWSPRITE - View Sprite ("ViewSprite" field in the Item DB) + ITEMINFO_TRADE - Trade Restriction (see "doc/constant.md": item trade restriction) Check sample in doc/sample/getiteminfo.txt |