From fea5e7f84a1feb03abe046be27faba71ea301501 Mon Sep 17 00:00:00 2001 From: shadowlady Date: Thu, 18 Nov 2004 08:41:11 +0000 Subject: [PATCH] Wrong label name(wtf is skeletal gate for?!) git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@247 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/cities/umbala.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/cities/umbala.txt b/npc/cities/umbala.txt index e5531a2c83..27b8e12a0e 100644 --- a/npc/cities/umbala.txt +++ b/npc/cities/umbala.txt @@ -575,7 +575,7 @@ umbala.gat,221,193,1 script #Skeletal Gate 111,{ mes "........................."; mes ".........................^000000"; next; - if(event_umbala < 6) goto LLSecondCheck; + if(event_umbala < 6) goto LSecondCheck; if(@ryumon == 33) goto Lwarp; LSecondCheck: if(event_umbala >= 6) goto LLNewEnd;