diff options
Diffstat (limited to 'npc/027-1/luca.txt')
-rw-r--r-- | npc/027-1/luca.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/027-1/luca.txt b/npc/027-1/luca.txt index 96eb47433..d609acec9 100644 --- a/npc/027-1/luca.txt +++ b/npc/027-1/luca.txt @@ -35,8 +35,10 @@ // Handle result mes ""; if (@menuret) { - if (!learn_magic(@menuret)) + if (!learn_magic(@menuret)) { mesc l("You do not meet all requisites for this skill."), 1; + next; + } } else { closeclientdialog; } |