Added missing close in Fili npc (#4562)

Fixes #4561 
Thanks to @Indigo000
This commit is contained in:
Atemo 2020-01-25 17:07:06 +01:00 committed by GitHub
parent e2a1bb3f0c
commit 0362e3a50b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10997,6 +10997,7 @@ ecl_fild01,190,93,5 script Fili#1 4_M_FAIRYANG,1,1,{
close; close;
} }
} }
close;
case 3: case 3:
if (checkquest(13060,PLAYTIME) == 2) { if (checkquest(13060,PLAYTIME) == 2) {
mes "We should go check if the adventurers are okay."; mes "We should go check if the adventurers are okay.";
@ -11041,6 +11042,7 @@ ecl_fild01,190,93,5 script Fili#1 4_M_FAIRYANG,1,1,{
close; close;
} }
} }
close;
} }
} }
else if (ep14_2_nines == 2) { else if (ep14_2_nines == 2) {