diff options
Diffstat (limited to 'npc/cities/umbala.txt')
-rw-r--r-- | npc/cities/umbala.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/cities/umbala.txt b/npc/cities/umbala.txt index c51835b51..1967690d4 100644 --- a/npc/cities/umbala.txt +++ b/npc/cities/umbala.txt @@ -580,7 +580,7 @@ umbala.gat,221,193,1 script #Skeletal Gate 111,{ if(event_umbala < 6) goto LSecondCheck;
if(@ryumon == 33) goto Lwarp;
LSecondCheck:
- if(event_umbala >= 6) goto LLNewEnd;
+ if(event_umbala >= 6) goto LNewEnd;
if(@ryumon == 13) goto Lwarp;
LNewEnd:
mes "^3355FFNothing happened.";
@@ -1684,4 +1684,4 @@ L4: umbala.gat,136,195,0 script #Warp Point 139,1,1,{
warp "umbala.gat",145,166;
end;
-}
\ No newline at end of file +}
|