diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-14 18:08:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-14 18:08:59 -0300 |
commit | c1a5b3f0108a79b50319b241a838dfb981569614 (patch) | |
tree | bf40d8bb97f0045a0173398fcdfc367c418cf4c2 /npc/functions | |
parent | 7cfa4a21a3a4eef870f1b664a1009f77d6726d9a (diff) | |
download | serverdata-c1a5b3f0108a79b50319b241a838dfb981569614.tar.gz serverdata-c1a5b3f0108a79b50319b241a838dfb981569614.tar.bz2 serverdata-c1a5b3f0108a79b50319b241a838dfb981569614.tar.xz serverdata-c1a5b3f0108a79b50319b241a838dfb981569614.zip |
Make Maps, add model on 017-3 for coding sake
Diffstat (limited to 'npc/functions')
-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 383db3b1d..b0f3e68e9 100644 --- a/npc/functions/weather.txt +++ b/npc/functions/weather.txt @@ -60,6 +60,7 @@ OnInit: htput(.wcore, "018-1", "woodland"); htput(.wcore, "018-2", "woodland"); htput(.wcore, "018-4", "woodland"); + htput(.wcore, "018-5", "woodland"); // Icelands htput(.wcore, "001-7", "iceland"); |