diff options
author | Dastgir <dastgirp@gmail.com> | 2017-06-08 17:34:50 +0530 |
---|---|---|
committer | Dastgir <dastgirp@gmail.com> | 2017-06-08 17:34:50 +0530 |
commit | 244d42e9f74a66398e03d27d741e4a8b9ce0921d (patch) | |
tree | f9256c769a3d4d99a9e9b13865f868b8a9746d98 /doc | |
parent | 2f2fe7faf7456edb7e39c2c887d1dc7d2ba3b577 (diff) | |
download | hercules-244d42e9f74a66398e03d27d741e4a8b9ce0921d.tar.gz hercules-244d42e9f74a66398e03d27d741e4a8b9ce0921d.tar.bz2 hercules-244d42e9f74a66398e03d27d741e4a8b9ce0921d.tar.xz hercules-244d42e9f74a66398e03d27d741e4a8b9ce0921d.zip |
Corrected Documentation of getequipoption.
Diffstat (limited to 'doc')
-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 34089f767..32acb87c3 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. |