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 11:37:25 -0400
commit758535126479ada6fa0c5c4371d2fd3d37d39dfb (patch)
treea677bff107dc1543aec4519c063b97547cf47429
parent5c23b970b18fa4f278df8a755bf20d88e68fab90 (diff)
downloadserverdata-758535126479ada6fa0c5c4371d2fd3d37d39dfb.tar.gz
serverdata-758535126479ada6fa0c5c4371d2fd3d37d39dfb.tar.bz2
serverdata-758535126479ada6fa0c5c4371d2fd3d37d39dfb.tar.xz
serverdata-758535126479ada6fa0c5c4371d2fd3d37d39dfb.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;