From 8f93eb15be8a2b2dd7e434d8be5217a19f7cec6e Mon Sep 17 00:00:00 2001 From: Lupus Date: Fri, 6 Oct 2006 05:37:20 +0000 Subject: [PATCH] added missing label git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8941 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/custom/adoption.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/npc/custom/adoption.txt b/npc/custom/adoption.txt index 54c8e1b6a4..828299cd0f 100644 --- a/npc/custom/adoption.txt +++ b/npc/custom/adoption.txt @@ -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]";