summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli-G <gauvain.dauchy@free.fr>2011-07-14 13:20:10 +0200
committerWombat <hpwombat@yahoo.com>2011-07-15 12:07:05 -0400
commite7f36da8df7379dc0842eb56a2028f4ee8193709 (patch)
treee72bdf48fde00d760b19982e21f8578f1927f163
parentb4cb929162028a6405a750db575cc9194298c551 (diff)
downloadserverdata-e7f36da8df7379dc0842eb56a2028f4ee8193709.tar.gz
serverdata-e7f36da8df7379dc0842eb56a2028f4ee8193709.tar.bz2
serverdata-e7f36da8df7379dc0842eb56a2028f4ee8193709.tar.xz
serverdata-e7f36da8df7379dc0842eb56a2028f4ee8193709.zip
Fixed a small typo in the rossy script. Fixed some issues in the rossy caves.
-rw-r--r--world/map/data/025-4.wlkbin48004 -> 48004 bytes
-rw-r--r--world/map/npc/025-1/rossy.txt2
2 files changed, 1 insertions, 1 deletions
diff --git a/world/map/data/025-4.wlk b/world/map/data/025-4.wlk
index 84787de1..7c93fb01 100644
--- a/world/map/data/025-4.wlk
+++ b/world/map/data/025-4.wlk
Binary files differ
diff --git a/world/map/npc/025-1/rossy.txt b/world/map/npc/025-1/rossy.txt
index 7dd36477..a9f425bb 100644
--- a/world/map/npc/025-1/rossy.txt
+++ b/world/map/npc/025-1/rossy.txt
@@ -63,7 +63,7 @@ L_Check:
mes "\"Hey, that is nice of you to come back. I was thinking about giving a basket full of cherries to my mother, to make her happy, you know... But we'd need at least ten cherries, and it would take ages for me to get so many by myself!\"";
next;
menu
- "That is no problem for me. Just wait and I will come back with the cherries", L_No,
+ "That is no problem for me. Just wait and I will come back with the cherries.", L_No,
"Hey, I have some cherries in my backpack!", -,
"You should get them yourself.", L_No;
if(countitem("Cherry") < 10) goto L_Get_Cherry;