Browse Source

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
Paradox924X 17 years ago
parent
commit
97d14440d5
2 changed files with 2 additions and 0 deletions
  1. 1 0
      npc/Changelog.txt
  2. 1 0
      npc/cities/aldebaran.txt

+ 1 - 0
npc/Changelog.txt

@@ -1,6 +1,7 @@
 Date		Added
 Date		Added
 ======
 ======
 2008/07/04
 2008/07/04
+	* Added a missing "case 1:" (bugreport: 1794) [Paradox924X]
 	* Removed extraneous " after #que_godnpc2 NPC name. (bugreport: 1758) [Paradox924X]
 	* Removed extraneous " after #que_godnpc2 NPC name. (bugreport: 1758) [Paradox924X]
 2008/07/02
 2008/07/02
 	* Fixed: several typos in quests_yuno.txt (bugreport:1786) [akrus]
 	* Fixed: several typos in quests_yuno.txt (bugreport:1786) [akrus]

+ 1 - 0
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.";
 	mes "We appreciate your continued use of the Kafra Service. Please feel free to ask me if you have any questions.";
 	next;
 	next;
 	switch(select("How does Kafra Storage work?:How do you teleport people?")) {
 	switch(select("How does Kafra Storage work?:How do you teleport people?")) {
+	case 1:
 		mes "[Kafra Blossom]";
 		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.";
 		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;
 		next;