diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-14 06:22:56 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-14 06:22:56 +0000 |
commit | f9aca471849dfd69a9e8a752e949cc47e2a72d24 (patch) | |
tree | c6072525a2501d10fba3e27819eb7d5e37ab84cb /npc/jobs/1-1 | |
parent | 5e480ce76f9174e0c933fb0f0de22702079ec9e3 (diff) | |
download | hercules-f9aca471849dfd69a9e8a752e949cc47e2a72d24.tar.gz hercules-f9aca471849dfd69a9e8a752e949cc47e2a72d24.tar.bz2 hercules-f9aca471849dfd69a9e8a752e949cc47e2a72d24.tar.xz hercules-f9aca471849dfd69a9e8a752e949cc47e2a72d24.zip |
fixed some typos, optimized, added missing NEXT;
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8739 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/1-1')
-rw-r--r-- | npc/jobs/1-1/thief.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/npc/jobs/1-1/thief.txt b/npc/jobs/1-1/thief.txt index a64093317..62412614d 100644 --- a/npc/jobs/1-1/thief.txt +++ b/npc/jobs/1-1/thief.txt @@ -3,7 +3,7 @@ //===== By: ==================================================
//= eAthena dev team
//===== Current Version: =====================================
-//= 1.6
+//= 1.6a
//===== Compatible With: =====================================
//= eAthena 1.0 +
//===== Description: =========================================
@@ -15,7 +15,7 @@ //= v1.4 Optimised and moved first checker to Jfunc1-1 [massdriller]
//= Fixed possible EXP abuse [Lupus]
//= 1.5 Now saves/restores all quest skills [Lupus]
-//= 1.6 Merged back JFunc [Lupus]
+//= 1.6 Merged back JFunc [Lupus] 1.6a typos
//============================================================
@@ -71,7 +71,6 @@ moc_prydb1.gat,39,129,5 script Thief Guide 69,{ if(job_thief_q==2) goto L_1;
if(job_thief_q==1) goto L_Back;
- mes "[Thief Guide]";
if(Sex) {
mes "Heh... You look like a well to do boy... what brought you down to this rat hole?";
}else{
|