diff options
author | wushin <pasekei@gmail.com> | 2014-06-29 14:19:52 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-06-29 14:19:52 -0500 |
commit | 9e296530ae3d3d8a63c894f7824ada9bb39695e4 (patch) | |
tree | df66104a70d51c7ca512e79359427d04c0e2a7fb /world | |
parent | 5a51f56e7a5fe139231e674434150560b8632c31 (diff) | |
download | serverdata-9e296530ae3d3d8a63c894f7824ada9bb39695e4.tar.gz serverdata-9e296530ae3d3d8a63c894f7824ada9bb39695e4.tar.bz2 serverdata-9e296530ae3d3d8a63c894f7824ada9bb39695e4.tar.xz serverdata-9e296530ae3d3d8a63c894f7824ada9bb39695e4.zip |
Fix Luca
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; |