diff options
Diffstat (limited to 'npc/functions/seasons.txt')
-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; } |