added missing label

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8941 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Lupus 2006-10-06 05:37:20 +00:00
parent 245db024cd
commit 8f93eb15be

View File

@ -58,10 +58,11 @@ prt_church.gat,166,176,3 script Adoption Man 61,{
mes "[GM Menu]";
mes "Would you like to reset curent adoption?";
next;
menu "Yes",-,"No",L_SKIP;
menu "Yes",-,"No",L_SKIP;
callfunc "AdoptReset","GM reset";
close;
}
L_SKIP:
if($@AdoptionActive == 1) goto A_Cannot;
mes "[Oliver]";