git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6200 54d463be-8e91-2dee-dedb-b68131a5f0ec
@@ -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 !
@@ -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.";