diff options
author | Wushin <pasekei@gmail.com> | 2014-06-30 19:07:38 -0500 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2014-06-30 19:07:38 -0500 |
commit | 1b136cee9b820c53ffffa697c989b801b18edae6 (patch) | |
tree | 2eee3f8133ff3cd783da626d9d15bc0b6367b7f4 | |
parent | 8c14fb6abe7482e6e127131ad6bef813b3a6faf5 (diff) | |
parent | 9e296530ae3d3d8a63c894f7824ada9bb39695e4 (diff) | |
download | serverdata-1b136cee9b820c53ffffa697c989b801b18edae6.tar.gz serverdata-1b136cee9b820c53ffffa697c989b801b18edae6.tar.bz2 serverdata-1b136cee9b820c53ffffa697c989b801b18edae6.tar.xz serverdata-1b136cee9b820c53ffffa697c989b801b18edae6.zip |
Merge pull request #126 from wushin/luca-fix
Fix Luca
-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; |