diff options
Diffstat (limited to 'npc/guild/agit_template.txt')
-rw-r--r-- | npc/guild/agit_template.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/guild/agit_template.txt b/npc/guild/agit_template.txt index ae9251609..9163ab582 100644 --- a/npc/guild/agit_template.txt +++ b/npc/guild/agit_template.txt @@ -928,7 +928,7 @@ OnGuardianDied: next; switch(select("Use Storage:Use Guild Storage:Use Warp Service:Rent a Cart:Cancel")) { case 1: - if (basicskillcheck() && getskilllv(1) < 6) { + if (basicskillcheck() && getskilllv("NV_BASIC") < 6) { mes "[Kafra staff]"; mes "I am sorry but you have to be at least Novice skill level 6 if you want to use the storage."; } |