diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-06 22:31:45 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-06 22:31:45 +0000 |
commit | 666e165062c189847ee654e8ac22d98075f75fe5 (patch) | |
tree | d6d366709c3316ce84d830b8aaee62bdc35f0b39 /npc/jobs/2-1/assassin.txt | |
parent | a2f4ff4935d67d5cd53be178563657056db72071 (diff) | |
download | hercules-666e165062c189847ee654e8ac22d98075f75fe5.tar.gz hercules-666e165062c189847ee654e8ac22d98075f75fe5.tar.bz2 hercules-666e165062c189847ee654e8ac22d98075f75fe5.tar.xz hercules-666e165062c189847ee654e8ac22d98075f75fe5.zip |
- 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
Diffstat (limited to 'npc/jobs/2-1/assassin.txt')
-rw-r--r-- | npc/jobs/2-1/assassin.txt | 5 |
1 files changed, 3 insertions, 2 deletions
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]"; |