diff options
author | shadowlady <shadowlady@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-18 08:41:11 +0000 |
---|---|---|
committer | shadowlady <shadowlady@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-18 08:41:11 +0000 |
commit | 3747945ae7ead0f4f854a3db53bd9741103e4159 (patch) | |
tree | 3a04e3200846576fc1e9fefd4fe6fde104f0ada1 /npc/cities | |
parent | f34f9df488081d8723d1855cdd8bccb1a41274f2 (diff) | |
download | hercules-3747945ae7ead0f4f854a3db53bd9741103e4159.tar.gz hercules-3747945ae7ead0f4f854a3db53bd9741103e4159.tar.bz2 hercules-3747945ae7ead0f4f854a3db53bd9741103e4159.tar.xz hercules-3747945ae7ead0f4f854a3db53bd9741103e4159.zip |
Wrong label name(wtf is skeletal gate for?!)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@247 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities')
-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; |