diff options
author | AnnieRuru <jeankofannie2@gmail.com> | 2019-03-03 19:39:03 +0800 |
---|---|---|
committer | AnnieRuru <jeankofannie2@gmail.com> | 2019-03-03 19:39:03 +0800 |
commit | 7893a47d101e6eea5c3bb5abad06190770c65a12 (patch) | |
tree | aec6dab6c64aec7e083eda94c5a7424780da0167 /doc/script_commands.txt | |
parent | 1ac84c2dd856087a4a72fec95b3322137187637a (diff) | |
download | hercules-7893a47d101e6eea5c3bb5abad06190770c65a12.tar.gz hercules-7893a47d101e6eea5c3bb5abad06190770c65a12.tar.bz2 hercules-7893a47d101e6eea5c3bb5abad06190770c65a12.tar.xz hercules-7893a47d101e6eea5c3bb5abad06190770c65a12.zip |
Fix *needed_status_point not support <char_id>
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 c3cc8a799..63aa94315 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -6074,7 +6074,7 @@ Amount can be negative. See statusup(). --------------------------------------- -*needed_status_point(<type>, <val>, {<char_id>}); +*needed_status_point(<type>, <val>); Returns the number of stat points needed to change the specified stat <type> by <val>. If <val> is negative, returns the number of stat points that would be needed to |