diff options
author | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-07-04 01:31:51 +0000 |
---|---|---|
committer | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-07-04 01:31:51 +0000 |
commit | b524609d347bd175f41ae9aa1055cbfea20dbd7b (patch) | |
tree | af3761f436c8923eb97028732c8d29b7cff5cb43 /npc/cities | |
parent | e5378a2162c343cbcef68d79af31759f202151ec (diff) | |
download | hercules-b524609d347bd175f41ae9aa1055cbfea20dbd7b.tar.gz hercules-b524609d347bd175f41ae9aa1055cbfea20dbd7b.tar.bz2 hercules-b524609d347bd175f41ae9aa1055cbfea20dbd7b.tar.xz hercules-b524609d347bd175f41ae9aa1055cbfea20dbd7b.zip |
Added a missing "case 1:" (bugreport: 1794)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12907 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities')
-rw-r--r-- | npc/cities/aldebaran.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/cities/aldebaran.txt b/npc/cities/aldebaran.txt index ade5b5b2a..e24b0d6b0 100644 --- a/npc/cities/aldebaran.txt +++ b/npc/cities/aldebaran.txt @@ -831,6 +831,7 @@ aldeba_in,83,245,4 script Kafra Service#2alde 116,{ mes "We appreciate your continued use of the Kafra Service. Please feel free to ask me if you have any questions."; next; switch(select("How does Kafra Storage work?:How do you teleport people?")) { + case 1: mes "[Kafra Blossom]"; mes "Well, adventurers like yourself can place items into Kafra Storage, so that you don't have to carry all of your stuff around."; next; |