summaryrefslogtreecommitdiff
path: root/npc/functions/time.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-15 00:36:41 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-15 00:36:41 -0300
commit15ecdf518d911009716ebb9c546501cc1b447606 (patch)
tree5d782e15ce6d0e059f6a8c48f790c84c43c3ca1b /npc/functions/time.txt
parentfda7f52fa934d21ea8a6f7fe8d363aacbf22128d (diff)
downloadserverdata-15ecdf518d911009716ebb9c546501cc1b447606.tar.gz
serverdata-15ecdf518d911009716ebb9c546501cc1b447606.tar.bz2
serverdata-15ecdf518d911009716ebb9c546501cc1b447606.tar.xz
serverdata-15ecdf518d911009716ebb9c546501cc1b447606.zip
Second attempt
Diffstat (limited to 'npc/functions/time.txt')
-rw-r--r--npc/functions/time.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/time.txt b/npc/functions/time.txt
index 56f691e35..e3337af72 100644
--- a/npc/functions/time.txt
+++ b/npc/functions/time.txt
@@ -9,7 +9,7 @@ function script now {
function script santime {
.@day=60*60*24;
.@year=.@day*30*360;
- .@fact=.@year*(2018-1970);
+ .@fact=.@year*(2017-1970);
return gettimetick(2)-(.@fact);
}