diff options
Diffstat (limited to 'npc/jobs/1-1e/taekwon.txt')
-rw-r--r-- | npc/jobs/1-1e/taekwon.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/jobs/1-1e/taekwon.txt b/npc/jobs/1-1e/taekwon.txt index 32f2171a1..472ae13be 100644 --- a/npc/jobs/1-1e/taekwon.txt +++ b/npc/jobs/1-1e/taekwon.txt @@ -80,7 +80,7 @@ L_change: mes "art. It won't be easy, but it will lead you to great strength..."; next; if(select("Okay, I will join you.","No, thank you.") == 1) { - if(getskilllv(1) < 9) { + if(getskilllv("NV_BASIC") < 9) { mes "[Phoenix]"; mes "How unfortunate!"; mes "You're not yet ready to"; |