diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-26 16:16:26 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-26 16:16:26 -0200 |
commit | 22cda3da954cb968b79592644cd003d667b6e4ad (patch) | |
tree | 68b32ac1d9634f865d0150c4fc9903df81854214 /npc/functions/weather.txt | |
parent | 6ceb89991d4ace8b4545092803b640e88c58dcfa (diff) | |
download | serverdata-22cda3da954cb968b79592644cd003d667b6e4ad.tar.gz serverdata-22cda3da954cb968b79592644cd003d667b6e4ad.tar.bz2 serverdata-22cda3da954cb968b79592644cd003d667b6e4ad.tar.xz serverdata-22cda3da954cb968b79592644cd003d667b6e4ad.zip |
Nivalis Town is subject to weather changes
Diffstat (limited to 'npc/functions/weather.txt')
-rw-r--r-- | npc/functions/weather.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/weather.txt b/npc/functions/weather.txt index 06770e948..4d3da152e 100644 --- a/npc/functions/weather.txt +++ b/npc/functions/weather.txt @@ -84,6 +84,7 @@ OnInit: htput(.wcore, "019-2", "iceland"); htput(.wcore, "019-3", "iceland"); htput(.wcore, "019-4", "iceland"); + htput(.wcore, "020-1", "iceland"); htput(.wcore, "022-1", "iceland"); debugmes "[Weather.sys] Total Maps = " + htsize(.wcore); |