summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-09-11 10:59:28 -0300
committerJesusaves <cpntb1@ymail.com>2018-09-11 10:59:28 -0300
commit86e77db51506b5b031df27c78c0730a7e99cfd1f (patch)
tree233d1f51650ddf510f3c361ebe6db7ad9aaef683
parent6661253f656f270950ac8e1f1cf68915a7aa3ac2 (diff)
downloadserverdata-86e77db51506b5b031df27c78c0730a7e99cfd1f.tar.gz
serverdata-86e77db51506b5b031df27c78c0730a7e99cfd1f.tar.bz2
serverdata-86e77db51506b5b031df27c78c0730a7e99cfd1f.tar.xz
serverdata-86e77db51506b5b031df27c78c0730a7e99cfd1f.zip
Register 019-1 on Weather Cycle + fix typo
-rw-r--r--npc/019-1/well.txt2
-rw-r--r--npc/functions/weather.txt1
2 files changed, 2 insertions, 1 deletions
diff --git a/npc/019-1/well.txt b/npc/019-1/well.txt
index fff9efc07..e9c55f90c 100644
--- a/npc/019-1/well.txt
+++ b/npc/019-1/well.txt
@@ -68,7 +68,7 @@ L_Throw:
// If ID is invalid, there's not enough items, it is bound = Cannot bury
if (.@id < 1 || countitem(.@id) < 1 || checkbound(.@id) || !getiteminfo(.@id, ITEMINFO_MAXCHANCE)) {
if (checkbound(.@id))
- mesc l("You cannot bury this item!");
+ mesc l("You cannot drop this item!");
else if (!getiteminfo(.@id, ITEMINFO_MAXCHANCE))
mesc l("This item is too precious, you cannot part with it!");
else
diff --git a/npc/functions/weather.txt b/npc/functions/weather.txt
index bf8ed5570..464af8c96 100644
--- a/npc/functions/weather.txt
+++ b/npc/functions/weather.txt
@@ -65,6 +65,7 @@ OnInit:
// Icelands
htput(.wcore, "001-7", "iceland");
+ htput(.wcore, "019-1", "iceland");
debugmes "[Weather.sys] Total Maps = " + htsize(.wcore);
// No "end" here, so server starts with weather