diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-15 00:38:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-15 00:38:29 -0300 |
commit | b6378edc428dd0ae55af85d0a17b8cf428fb860a (patch) | |
tree | 9f182eea2b25e48473f00e44b063bd0f56c507e1 /npc | |
parent | 82f64aac9dc270d91d072d353858464185da84aa (diff) | |
download | serverdata-b6378edc428dd0ae55af85d0a17b8cf428fb860a.tar.gz serverdata-b6378edc428dd0ae55af85d0a17b8cf428fb860a.tar.bz2 serverdata-b6378edc428dd0ae55af85d0a17b8cf428fb860a.tar.xz serverdata-b6378edc428dd0ae55af85d0a17b8cf428fb860a.zip |
[skip ci] bug e.e
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/time.txt | 2 |
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); |