summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-15 00:38:29 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-15 00:38:29 -0300
commitb6378edc428dd0ae55af85d0a17b8cf428fb860a (patch)
tree9f182eea2b25e48473f00e44b063bd0f56c507e1
parent82f64aac9dc270d91d072d353858464185da84aa (diff)
downloadserverdata-b6378edc428dd0ae55af85d0a17b8cf428fb860a.tar.gz
serverdata-b6378edc428dd0ae55af85d0a17b8cf428fb860a.tar.bz2
serverdata-b6378edc428dd0ae55af85d0a17b8cf428fb860a.tar.xz
serverdata-b6378edc428dd0ae55af85d0a17b8cf428fb860a.zip
[skip ci] bug e.e
-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 6cb9e0b4d..a8c8e8d3d 100644
--- a/npc/functions/time.txt
+++ b/npc/functions/time.txt
@@ -7,7 +7,7 @@ function script now {
// This value is NOT reversable to FuzzyTime
// ( time to be checked )
function script santime {
- .@day=60*60*24;
+ .@day=60*24;
.@year=.@day*30*360;
.@fact=.@year*(2017-1970);
debugmes "Current "+gettimetick(2);