diff options
Diffstat (limited to 'npc/functions/seasons.txt')
-rw-r--r-- | npc/functions/seasons.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/functions/seasons.txt b/npc/functions/seasons.txt index 7aca79a37..b7a0668e3 100644 --- a/npc/functions/seasons.txt +++ b/npc/functions/seasons.txt @@ -310,6 +310,9 @@ OnWinterEnd: end; OnInit: + SeasonReload(1); + end; + OnHour00: if ($@SEASON != season()) { SeasonReload(); |