diff options
author | GmOcean <hyperassassin@gmail.com> | 2014-12-06 13:05:23 -1000 |
---|---|---|
committer | GmOcean <hyperassassin@gmail.com> | 2014-12-06 13:05:23 -1000 |
commit | 4b205d66cda8872f999ae0c8cf9d49048fcf77a5 (patch) | |
tree | b32995b952dfb84428413fcee059658d068f2a69 /doc/script_commands.txt | |
parent | edd28d17d2bda6824c7e2b445bebfc93152271cc (diff) | |
download | hercules-4b205d66cda8872f999ae0c8cf9d49048fcf77a5.tar.gz hercules-4b205d66cda8872f999ae0c8cf9d49048fcf77a5.tar.bz2 hercules-4b205d66cda8872f999ae0c8cf9d49048fcf77a5.tar.xz hercules-4b205d66cda8872f999ae0c8cf9d49048fcf77a5.zip |
Removed extra ? in *equip2 code.
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 b184444cd..556401d2f 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -5321,7 +5321,7 @@ Examples: //inventory. equip 1104; -//This will equip a +10 1104 (falchion)on the character if this is in the +//This will equip a +10 1104 (falchion) on the character if this is in the //inventory. equip2 1104,10,0,0,0,0,0; |