diff options
author | Haru <haru@dotalux.com> | 2020-07-26 16:06:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-26 16:06:44 +0200 |
commit | ee767bdd8dda20366451590a8c8a4af054d21b94 (patch) | |
tree | 4ca1144e6b4d3513991d5f9168b3e2a31fc08844 /doc/script_commands.txt | |
parent | 060133ec08ed597cfcf105b5180ee77e8b89ea7a (diff) | |
parent | 45c296988f59b4030e5721c665e521378fd1e049 (diff) | |
download | hercules-ee767bdd8dda20366451590a8c8a4af054d21b94.tar.gz hercules-ee767bdd8dda20366451590a8c8a4af054d21b94.tar.bz2 hercules-ee767bdd8dda20366451590a8c8a4af054d21b94.tar.xz hercules-ee767bdd8dda20366451590a8c8a4af054d21b94.zip |
Merge pull request #2791 from Kenpachi2k13/gettimetick
Prevent overflow when using gettimetick(0)
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 db37ef284..a48c9c78a 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -3626,7 +3626,7 @@ If the player is not found, returns -1. *gettimetick(<type>) Valid types are : - 0 - server's tick (milleseconds), unsigned int, loops every ~50 days + 0 - server's tick (milleseconds), unsigned int, loops every ~25 days 1 - time since the start of the current day in seconds 2 - UNIX epoch time (number of seconds elapsed since 1st of January 1970) |