Small fix for Lance's security patches

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9263 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Lupus 2006-11-19 22:30:03 +00:00
parent 38747b1685
commit c14578bf17
2 changed files with 5 additions and 3 deletions

View File

@ -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;
}
}

View File

@ -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;
}
}