diff options
-rw-r--r-- | npc/cities/umbala.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/cities/umbala.txt b/npc/cities/umbala.txt index e5531a2c8..27b8e12a0 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; |