Browse Source

Fixed Taekwon Job Quest

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6200 54d463be-8e91-2dee-dedb-b68131a5f0ec
Playtester 19 years ago
parent
commit
716ec506d8
2 changed files with 2 additions and 1 deletions
  1. 1 0
      npc/Changelog.txt
  2. 1 1
      npc/jobs/1-1e/taekwon.txt

+ 1 - 0
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 !

+ 1 - 1
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.";