summaryrefslogtreecommitdiff
path: root/npc/functions/seasons.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-10-17 09:25:37 -0300
committerJesusaves <cpntb1@ymail.com>2019-10-17 09:25:37 -0300
commitc0c0af5e4a24a841676319e5a8017e7f9775be5c (patch)
tree483099d0f22a2d9fdf411c3feb203714d329262c /npc/functions/seasons.txt
parent3b9d39c1ffadd07b8b64f0cc60f14e642ecd88eb (diff)
downloadserverdata-c0c0af5e4a24a841676319e5a8017e7f9775be5c.tar.gz
serverdata-c0c0af5e4a24a841676319e5a8017e7f9775be5c.tar.bz2
serverdata-c0c0af5e4a24a841676319e5a8017e7f9775be5c.tar.xz
serverdata-c0c0af5e4a24a841676319e5a8017e7f9775be5c.zip
Diffstat (limited to 'npc/functions/seasons.txt')
-rw-r--r--npc/functions/seasons.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/functions/seasons.txt b/npc/functions/seasons.txt
index 50aa99c24..d10204596 100644
--- a/npc/functions/seasons.txt
+++ b/npc/functions/seasons.txt
@@ -196,6 +196,7 @@ function script SeasonReload {
sValentine();
$@SEASON=season();
+ initnpctimer("#SeasonCore");
return;
}
@@ -551,4 +552,9 @@ OnHour00:
SeasonReload();
}
end;
+
+OnTimer700:
+ charcommand("@refreshall");
+ stopnpctimer;
+ end;
}