summaryrefslogtreecommitdiff
path: root/npc/functions/weather.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-14 23:08:54 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-14 23:08:54 -0300
commit3d494df492ca0ef5038f0707cfc739b1677ef2fa (patch)
tree25f02f39543ba32aea901598f6cabb91b93ef751 /npc/functions/weather.txt
parent5a566ac50befd9d78423bff1bf437ef255439ee0 (diff)
downloadserverdata-3d494df492ca0ef5038f0707cfc739b1677ef2fa.tar.gz
serverdata-3d494df492ca0ef5038f0707cfc739b1677ef2fa.tar.bz2
serverdata-3d494df492ca0ef5038f0707cfc739b1677ef2fa.tar.xz
serverdata-3d494df492ca0ef5038f0707cfc739b1677ef2fa.zip
Silly Jesusalva, you MUST add the base time
Diffstat (limited to 'npc/functions/weather.txt')
-rw-r--r--npc/functions/weather.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/weather.txt b/npc/functions/weather.txt
index 5de86a5b..75605749 100644
--- a/npc/functions/weather.txt
+++ b/npc/functions/weather.txt
@@ -155,7 +155,7 @@ OnInit:
.@t = htget(.wtime, .@m$, 0);
if (.@t <= 0) {
addmapmask(.@m$, .@mk);
- htput(.wtime, .@m$, .@tm);
+ htput(.wtime, .@m$, gettimetick(2)+.@tm);
} else {
htput(.wtime, .@m$, .@t+.@tm);
}