Browse Source

- Added missing 'break' in Fortune Teller. (bugreport:3448)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13985 54d463be-8e91-2dee-dedb-b68131a5f0ec
brianluau 16 years ago
parent
commit
2a499f4eda
1 changed files with 16 additions and 14 deletions
  1. 16 14
      npc/other/fortune.txt

+ 16 - 14
npc/other/fortune.txt

@@ -3507,21 +3507,23 @@ payon_in03,75,129,5	script	Poring Fortune Teller	704,{
 				mes " Bear that in mind! Then, until we meet again.. *poof*! ";
 				mes " Bear that in mind! Then, until we meet again.. *poof*! ";
 				break;
 				break;
 			}
 			}
-			case 2:
-				mes "[Chocarle]";
-				mes " Ok then! Come again next time! We'll do a good job! Bye-bye~! ";
-				break;
-			}
-			case 2:
-				mes "[Chocarle]";
-				mes " Poring card readings focus on cards with cute Porings..! ";
-				mes " Poke~poke~ they tell you your fortune! It is not traditional, but the liveliness is the best! ";
-				next;
-				mes "[Chocarle]";
-				mes " The fortunes are simple and refreshing. It is perfect when you would like your fortune told with a light heart and not be burdensome! ";
-				break;
+			break;
+		case 2:
+			mes "[Chocarle]";
+			mes " Ok then! Come again next time! We'll do a good job! Bye-bye~! ";
+			break;
 		}
 		}
-		close;
+		break;
+	case 2:
+		mes "[Chocarle]";
+		mes " Poring card readings focus on cards with cute Porings..! ";
+		mes " Poke~poke~ they tell you your fortune! It is not traditional, but the liveliness is the best! ";
+		next;
+		mes "[Chocarle]";
+		mes " The fortunes are simple and refreshing. It is perfect when you would like your fortune told with a light heart and not be burdensome! ";
+		break;
+	}
+	close;
 }
 }
 	
 	
 payon_in03,118,119,1	script	Ascetic	101,2,2,{
 payon_in03,118,119,1	script	Ascetic	101,2,2,{