summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/Changelog.txt2
-rw-r--r--npc/cities/umbala.txt4
2 files changed, 4 insertions, 2 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index ab47a9ea7..57eec178c 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -37,6 +37,8 @@ Musashiden
Date Added
======
06/19
+ * Fixed umbala.txt's Elemental Stones Quest bug. Thanks to Vhan Morthis.
+ [Skotlex]
* Removed Jfunc1-1.txt, merged parts of scripts back. Changed job numbers to constants [Lupus]
- Jfunc2-1.txt & Jfunc2-2.txt todo
06/17
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
+}