diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-08-06 02:02:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-08-06 02:02:24 -0300 |
commit | 4bc905dace26d2e841ba2de676e11bab625421ae (patch) | |
tree | e38795fc15fc098ee8c1972e566222527651648e /npc/functions | |
parent | 3cfd63f99e7997f86e8c849935cb09a1c5bff120 (diff) | |
download | serverdata-4bc905dace26d2e841ba2de676e11bab625421ae.tar.gz serverdata-4bc905dace26d2e841ba2de676e11bab625421ae.tar.bz2 serverdata-4bc905dace26d2e841ba2de676e11bab625421ae.tar.xz serverdata-4bc905dace26d2e841ba2de676e11bab625421ae.zip |
Add 014-5 to weather core, regenerate maps
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 b0f3e68e9..69bf20d5a 100644 --- a/npc/functions/weather.txt +++ b/npc/functions/weather.txt @@ -56,6 +56,7 @@ OnInit: htput(.wcore, "014-2", "woodland"); htput(.wcore, "014-3", "woodland"); htput(.wcore, "014-4", "woodland"); + htput(.wcore, "014-5", "woodland"); htput(.wcore, "017-1", "woodland"); htput(.wcore, "018-1", "woodland"); htput(.wcore, "018-2", "woodland"); |