diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-23 15:09:04 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-23 15:09:04 -0200 |
commit | b4a0dc3269536dedae8a6aada6bc86502d2070d5 (patch) | |
tree | c5f1896fe8497b6f6fb104615e4aa04cd1286414 /npc | |
parent | 2787a50820f68f3a360445bfdf4aef4877c8be1c (diff) | |
download | serverdata-b4a0dc3269536dedae8a6aada6bc86502d2070d5.tar.gz serverdata-b4a0dc3269536dedae8a6aada6bc86502d2070d5.tar.bz2 serverdata-b4a0dc3269536dedae8a6aada6bc86502d2070d5.tar.xz serverdata-b4a0dc3269536dedae8a6aada6bc86502d2070d5.zip |
Slay known bug
Diffstat (limited to 'npc')
-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(); |