diff options
Diffstat (limited to 'world')
-rw-r--r-- | world/map/npc/001-1/luca.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/world/map/npc/001-1/luca.txt b/world/map/npc/001-1/luca.txt index 84d9491b..fb851b77 100644 --- a/world/map/npc/001-1/luca.txt +++ b/world/map/npc/001-1/luca.txt @@ -65,6 +65,8 @@ L_Next: "No.", L_Nev; L_teach0_follow: + if (getskilllv(SKILL_POOL)) goto L_teachmore; + mes "[Luca the Hunter]"; mes "\"Great! Now, before I can give you that skill, I have to make sure that those stories about you are all true and that you really are experienced enough.\""; next; |