From 15ecdf518d911009716ebb9c546501cc1b447606 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 15 Jul 2018 00:36:41 -0300 Subject: Second attempt --- npc/functions/time.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/functions/time.txt') 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); } -- cgit v1.2.3-60-g2f50