summaryrefslogtreecommitdiff
path: root/doc/script_commands.txt
diff options
context:
space:
mode:
authorAsheraf <Asheraf@users.noreply.github.com>2019-02-26 23:47:47 +0000
committerGitHub <noreply@github.com>2019-02-26 23:47:47 +0000
commit1ac84c2dd856087a4a72fec95b3322137187637a (patch)
treeb7555ae3491c6179b0e171f88561f89ee41cf48d /doc/script_commands.txt
parentd496d8963fb4c2eb9015a2911a88299e29644681 (diff)
parent7eb109d6ce54266c041c73fd619339270751f333 (diff)
downloadhercules-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/script_commands.txt')
-rw-r--r--doc/script_commands.txt2
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.
---------------------------------------