diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-05-30 21:08:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-30 21:08:35 -0300 |
commit | bb371e2c62c176f80e48cbb2e079e8235b28a9ca (patch) | |
tree | 5c6297fc8227f79453558a2bcc5c525079a0060c /npc/functions/util.txt | |
parent | 9988505e943fdc7871f4d91757074a0964366ccd (diff) | |
download | serverdata-bb371e2c62c176f80e48cbb2e079e8235b28a9ca.tar.gz serverdata-bb371e2c62c176f80e48cbb2e079e8235b28a9ca.tar.bz2 serverdata-bb371e2c62c176f80e48cbb2e079e8235b28a9ca.tar.xz serverdata-bb371e2c62c176f80e48cbb2e079e8235b28a9ca.zip |
Politics - Be more clear about the term on the messages
Diffstat (limited to 'npc/functions/util.txt')
-rw-r--r-- | npc/functions/util.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt index 2ee553b51..5ca6c3d6e 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -991,7 +991,7 @@ function script gettimeparam { if (.@p == GETTIME_WEEKDAY) return .@a; - // Months (estimative) + // Months (estimative. FIXME - use (gettime(YEAR)-1970)*12 + gettime(MONTH)) .@t=.@t/30; if (.@p == GETTIME_MONTH) return .@t; |