diff options
Diffstat (limited to 'npc/jobs/novice')
-rw-r--r-- | npc/jobs/novice/novice.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/jobs/novice/novice.txt b/npc/jobs/novice/novice.txt index 38b899811..e04ab51c6 100644 --- a/npc/jobs/novice/novice.txt +++ b/npc/jobs/novice/novice.txt @@ -768,6 +768,11 @@ new_zone02.gat,115,111,4 script Item Instructor 726,{ mes "just for listening."; set BaseExp,BaseExp+155; next; + } else { + mes "[Alice]"; + mes "Umm... You can drink"; + mes "it later I guess."; + next; } disable_items; mes "[Alice]"; |