diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-07 21:35:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-07 21:35:22 -0300 |
commit | 38d5a782e4cbfd20cc4791f19babbeddb0858577 (patch) | |
tree | 42022974ea5f07df93df2243fe7777b321322bac /npc | |
parent | 7715ef42037ad35155eb228666776df6d859943e (diff) | |
download | serverdata-38d5a782e4cbfd20cc4791f19babbeddb0858577.tar.gz serverdata-38d5a782e4cbfd20cc4791f19babbeddb0858577.tar.bz2 serverdata-38d5a782e4cbfd20cc4791f19babbeddb0858577.tar.xz serverdata-38d5a782e4cbfd20cc4791f19babbeddb0858577.zip |
Weather for Heroes Hold Project.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/weather.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/functions/weather.txt b/npc/functions/weather.txt index 32eae8ddd..8b64bf2de 100644 --- a/npc/functions/weather.txt +++ b/npc/functions/weather.txt @@ -55,6 +55,10 @@ OnInit: htput(.wcore, "014-1", "woodland"); htput(.wcore, "014-2", "woodland"); htput(.wcore, "014-3", "woodland"); + htput(.wcore, "017-1", "woodland"); + htput(.wcore, "018-1", "woodland"); + htput(.wcore, "018-2", "woodland"); + htput(.wcore, "018-4", "woodland"); // Icelands htput(.wcore, "001-7", "iceland"); |