diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-10-17 09:25:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-10-17 09:25:37 -0300 |
commit | c0c0af5e4a24a841676319e5a8017e7f9775be5c (patch) | |
tree | 483099d0f22a2d9fdf411c3feb203714d329262c /npc/functions | |
parent | 3b9d39c1ffadd07b8b64f0cc60f14e642ecd88eb (diff) | |
download | serverdata-c0c0af5e4a24a841676319e5a8017e7f9775be5c.tar.gz serverdata-c0c0af5e4a24a841676319e5a8017e7f9775be5c.tar.bz2 serverdata-c0c0af5e4a24a841676319e5a8017e7f9775be5c.tar.xz serverdata-c0c0af5e4a24a841676319e5a8017e7f9775be5c.zip |
BUGr10.2_191017
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/seasons.txt | 6 |
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; } |