From 666e165062c189847ee654e8ac22d98075f75fe5 Mon Sep 17 00:00:00 2001 From: zephyrus Date: Wed, 6 Feb 2008 22:31:45 +0000 Subject: - Corrected a little bug in assassin job quest. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12179 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/jobs/2-1/assassin.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'npc/jobs') diff --git a/npc/jobs/2-1/assassin.txt b/npc/jobs/2-1/assassin.txt index 452e3815f..b4700bb23 100644 --- a/npc/jobs/2-1/assassin.txt +++ b/npc/jobs/2-1/assassin.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= kobra_k88 //===== Current Version: ===================================== -//= 2.9a +//= 2.9b //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -39,6 +39,7 @@ //= 2.8b Fixed error caused in last updated, removed useless variable 'joblvl'. [L0ne_W0lf] //= 2.9 Fixed an indent and added a 'break;' in hopes of 'fixing' an error [L0ne_W0lf] //= 2.9a Corrected a Typo error ";;". [Samuray22] +//= 2.9b Moved a wrong 'break'. [Zephyrus_cr] //============================================================ in_moc_16,19,33,1 script Guildsman#asn 55,{ @@ -771,9 +772,9 @@ OnTouch: mes "Know everything do you?!"; mes "I'll be the judge of that!"; next; - break; } set ASSIN_Q2,3; + break; } } mes "[The Anonymous One]"; -- cgit v1.2.3-60-g2f50