diff options
author | Asheraf <Asheraf@users.noreply.github.com> | 2019-02-26 23:47:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-26 23:47:47 +0000 |
commit | 1ac84c2dd856087a4a72fec95b3322137187637a (patch) | |
tree | b7555ae3491c6179b0e171f88561f89ee41cf48d /doc | |
parent | d496d8963fb4c2eb9015a2911a88299e29644681 (diff) | |
parent | 7eb109d6ce54266c041c73fd619339270751f333 (diff) | |
download | hercules-1ac84c2dd856087a4a72fec95b3322137187637a.tar.gz hercules-1ac84c2dd856087a4a72fec95b3322137187637a.tar.bz2 hercules-1ac84c2dd856087a4a72fec95b3322137187637a.tar.xz hercules-1ac84c2dd856087a4a72fec95b3322137187637a.zip |
Merge pull request #2392 from AnnieRuru/65-setunitdata_phase_2
getunitdata should return -1 instead of 0. Phase 2
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 db851128f..c3cc8a799 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -10159,7 +10159,7 @@ Applicable Data types (available as constants) - UDT_LIFETIME: LifeTime (int) - for summons. UDT_MERC_KILLCOUNT: Kill count for mercenaries (int). -returns 0 if value could not be retrieved. +returns -1 if value could not be retrieved. --------------------------------------- |