diff options
author | Reid <reidyaro@gmail.com> | 2016-04-11 18:39:26 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-04-11 18:39:26 +0200 |
commit | 59c93b6ead7ed2744371dabe92a22d1d06b0a2ee (patch) | |
tree | 713495206aaba795ac170da4cc621d9efde4feb6 /doc/script_commands.txt | |
parent | 7199849cd294ca3d2b7d30f59c27fa03412e5812 (diff) | |
download | hercules-59c93b6ead7ed2744371dabe92a22d1d06b0a2ee.tar.gz hercules-59c93b6ead7ed2744371dabe92a22d1d06b0a2ee.tar.bz2 hercules-59c93b6ead7ed2744371dabe92a22d1d06b0a2ee.tar.xz hercules-59c93b6ead7ed2744371dabe92a22d1d06b0a2ee.zip |
Fix a typo in script_commands.txt,
getskillv -> getskilllv.
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 c45b4e602..05d075ac1 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -3516,7 +3516,7 @@ invoking character has. Here's what you get: @skilllist_flag[] - see 'skill' for the meaning of skill flags. @skilllist_count - number of skills in the above arrays. -While 'getskillv' is probably more useful for most situations, this is the +While 'getskilllv' is probably more useful for most situations, this is the easiest way to store all the skills and make the character something else for a while. Advanced job for a day? :) This could also be useful to see how many skills a character has. |