Browse Source

Small fix for Lance's security patches

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9263 54d463be-8e91-2dee-dedb-b68131a5f0ec
Lupus 18 years ago
parent
commit
c14578bf17
2 changed files with 5 additions and 3 deletions
  1. 4 2
      npc/jobs/novice/novice.txt
  2. 1 1
      npc/quests/quests_umbala.txt

+ 4 - 2
npc/jobs/novice/novice.txt

@@ -456,7 +456,8 @@ new_zone02.gat,99,105,4	script	Interfaces Instructor	751,{
 				warp "new_zone02.gat",28,178;
 				warp "new_zone02.gat",28,178;
 				end;
 				end;
 			}
 			}
-		default: emotion e_swt2;
+		default:
+			emotion e_swt2;
 			close;
 			close;
 		}
 		}
 	}
 	}
@@ -492,7 +493,8 @@ new_zone02.gat,99,105,4	script	Interfaces Instructor	751,{
 				warp "new_zone02.gat",28,178;
 				warp "new_zone02.gat",28,178;
 				end;
 				end;
 			}
 			}
-		default:emotion e_swt2;
+		default:
+			emotion e_swt2;
 			close;
 			close;
 		}
 		}
 	}
 	}

+ 1 - 1
npc/quests/quests_umbala.txt

@@ -922,7 +922,7 @@ um_in.gat,44,71,2	script	Utan Tribe Shaman	782,{
 		mes "that's fine.  When you do, please come";
 		mes "that's fine.  When you do, please come";
 		mes "by again.";
 		mes "by again.";
 		close;
 		close;
-	}
 	default:
 	default:
 		end;
 		end;
+	}
 }
 }