diff options
Diffstat (limited to 'npc/guild2/schg_cas02.txt')
-rw-r--r-- | npc/guild2/schg_cas02.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/guild2/schg_cas02.txt b/npc/guild2/schg_cas02.txt index c4917fedb..34a17e80f 100644 --- a/npc/guild2/schg_cas02.txt +++ b/npc/guild2/schg_cas02.txt @@ -2621,7 +2621,7 @@ schg_cas02,131,365,3 script Kafra Employee#sch02 117,{ next; switch(select("Use Storage:Use Warp Service:Rent Pushcart:Cancel")) { case 1: - if (basicskillcheck() && getskilllv(1) < 6) { + if (basicskillcheck() && getskilllv("NV_BASIC") < 6) { mes "[Kafra Employee]"; mes "I'm so sorry, but you must"; mes "have at least Novice Skill"; |