diff options
author | Haru <haru@dotalux.com> | 2018-10-22 02:12:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-22 02:12:44 +0200 |
commit | 93b631f91de8d579b06d9cba6e3c67f7178cd86d (patch) | |
tree | 39d5730c970f64368898642e335e17492d31dc09 /doc | |
parent | fb5ed0bce2316853c903c4269aad1224cba6a623 (diff) | |
parent | cf24c2af665191a9ae397ddf58badb1638a8a5bd (diff) | |
download | hercules-93b631f91de8d579b06d9cba6e3c67f7178cd86d.tar.gz hercules-93b631f91de8d579b06d9cba6e3c67f7178cd86d.tar.bz2 hercules-93b631f91de8d579b06d9cba6e3c67f7178cd86d.tar.xz hercules-93b631f91de8d579b06d9cba6e3c67f7178cd86d.zip |
Merge pull request #2278 from 4144/updatepackets
Update packet up to 2018-10-17
Diffstat (limited to 'doc')
-rw-r--r-- | doc/script_commands.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index a80a8f2fa..4812a2cf2 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -10215,3 +10215,11 @@ account_id - (optional) AID to perform on (default to attached player). returns progress on success and false on failure --------------------------------------- + +*itempreview(<index>) + +Update already opened preview window with item from + inventory with given index. +Works for 20181017 RE and main clients or newer. + +--------------------------------------- |