diff options
author | GmOcean <hyperassassin@gmail.com> | 2014-11-23 23:19:29 -1000 |
---|---|---|
committer | GmOcean <hyperassassin@gmail.com> | 2014-11-23 23:19:29 -1000 |
commit | 16148a27a4a3be2213ea1528de280d0630b1f9e9 (patch) | |
tree | b0f78e615b6dda809bdd92f20be2284c8d18547c | |
parent | eca655c1e581a7a25f58e9e1d96d1da7c84ea64f (diff) | |
download | hercules-16148a27a4a3be2213ea1528de280d0630b1f9e9.tar.gz hercules-16148a27a4a3be2213ea1528de280d0630b1f9e9.tar.bz2 hercules-16148a27a4a3be2213ea1528de280d0630b1f9e9.tar.xz hercules-16148a27a4a3be2213ea1528de280d0630b1f9e9.zip |
Typos
-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 ddecc4f56..e69191d38 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -2944,7 +2944,7 @@ recreate these items perfectly if they are destroyed. Here's what you get: @inventorylist_id[] - array of item ids. @inventorylist_amount[] - their corresponding item amounts. -@inventorylist_equip[] - will return the slot item is equipped on, if at all. +@inventorylist_equip[] - will return the slot the item is equipped on, if at all. @inventorylist_refine[] - for how much it is refined. @inventorylist_identify[] - whether it is identified. @inventorylist_attribute[] - whether it is broken. |