diff options
Diffstat (limited to 'npc/jobs/novice')
-rw-r--r-- | npc/jobs/novice/novice.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/jobs/novice/novice.txt b/npc/jobs/novice/novice.txt index dcd6bcd0b..2db473c7a 100644 --- a/npc/jobs/novice/novice.txt +++ b/npc/jobs/novice/novice.txt @@ -857,7 +857,7 @@ new_1-2,83,111,3 script Skill Tutor#nv 753,{ end; case 3: emotion e_omg; - end; + close; } } else if (nov_get_item04 < 10) { @@ -880,7 +880,7 @@ new_1-2,83,111,3 script Skill Tutor#nv 753,{ end; case 3: emotion e_omg; - end; + close; } } } |