diff options
author | smokexyz <sagunkho@hotmail.com> | 2017-07-04 20:09:08 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-04 20:09:08 +0530 |
commit | dc98b569d9ea5eb396720bf68da617d81560229f (patch) | |
tree | 78ae3f5db1ea73d994d91cfe7812e41efaacdf50 /doc/script_commands.txt | |
parent | 181b1ff7960fb7ddfc9d8519471bc2a97b6fd22b (diff) | |
parent | c27b17f0771f9cff8b9cc962b5d13dbc8b6924e1 (diff) | |
download | hercules-dc98b569d9ea5eb396720bf68da617d81560229f.tar.gz hercules-dc98b569d9ea5eb396720bf68da617d81560229f.tar.bz2 hercules-dc98b569d9ea5eb396720bf68da617d81560229f.tar.xz hercules-dc98b569d9ea5eb396720bf68da617d81560229f.zip |
Merge pull request #1773 from dastgir/bug/item-options
Item option fixes
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index bf403bfec..e0e9646cd 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -3212,7 +3212,7 @@ If the equip was not found or the type is invalid, -1 is returned. --------------------------------------- -*getequipoptioninfo(<equip_index>,<slot>,<type>); +*getequipoption(<equip_index>,<slot>,<type>); Gets the option information of an equipment. |