Added a missing "case 1:" (bugreport: 1794)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12907 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
1bb2084f82
commit
97d14440d5
@ -1,6 +1,7 @@
|
||||
Date Added
|
||||
======
|
||||
2008/07/04
|
||||
* Added a missing "case 1:" (bugreport: 1794) [Paradox924X]
|
||||
* Removed extraneous " after #que_godnpc2 NPC name. (bugreport: 1758) [Paradox924X]
|
||||
2008/07/02
|
||||
* Fixed: several typos in quests_yuno.txt (bugreport:1786) [akrus]
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user