diff options
-rw-r--r-- | npc/Changelog.txt | 1 | ||||
-rw-r--r-- | npc/jobs/1-1e/taekwon.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 0c314ffb2..18b9ce6f4 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -28,6 +28,7 @@ Nexon Date Added
======
04/20
+ * Fixed Taekwon quest obviously never working [Playtester]
* Updated Job Quests of Taekwon, SG, SL (all thanks to Celestria) [Lupus]
They have oficial sprites, actions. But some dialogs are made up. ^_-
- Don't forget to update your Global_Functions.txt !
diff --git a/npc/jobs/1-1e/taekwon.txt b/npc/jobs/1-1e/taekwon.txt index 95a165e7c..eaf8cf235 100644 --- a/npc/jobs/1-1e/taekwon.txt +++ b/npc/jobs/1-1e/taekwon.txt @@ -72,7 +72,7 @@ L_No: close;
L_Continue:
- if(TAEK_Q<=BaseLevel) goto L_Nolvl;
+ if(TAEK_Q==BaseLevel) goto L_Nolvl;
if(SkillPoint){
mes "[Monk]";
mes "You definately seem to have walked enough, but you still have skill points left over.";
|