diff --git a/npc/jobs/novice/novice.txt b/npc/jobs/novice/novice.txt index 625bb6c508..a48ac87d91 100644 --- a/npc/jobs/novice/novice.txt +++ b/npc/jobs/novice/novice.txt @@ -456,7 +456,8 @@ new_zone02.gat,99,105,4 script Interfaces Instructor 751,{ warp "new_zone02.gat",28,178; end; } - default: emotion e_swt2; + default: + emotion e_swt2; close; } } @@ -492,7 +493,8 @@ new_zone02.gat,99,105,4 script Interfaces Instructor 751,{ warp "new_zone02.gat",28,178; end; } - default:emotion e_swt2; + default: + emotion e_swt2; close; } } diff --git a/npc/quests/quests_umbala.txt b/npc/quests/quests_umbala.txt index c5cdd54c40..eb783eaa76 100644 --- a/npc/quests/quests_umbala.txt +++ b/npc/quests/quests_umbala.txt @@ -922,7 +922,7 @@ um_in.gat,44,71,2 script Utan Tribe Shaman 782,{ mes "that's fine. When you do, please come"; mes "by again."; close; - } default: end; + } } \ No newline at end of file