summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-04-08 13:44:44 -0300
committerJesusaves <cpntb1@ymail.com>2023-04-08 13:44:44 -0300
commitf3234d02b3fa370e97cf2fbbd817f3640ba010e0 (patch)
treed1fc3076579b6dd82636f7971e74d70de7cf055f
parent4d4c5d5a8a13de8c720264e045880e8f4dc127fb (diff)
downloadserverdata-f3234d02b3fa370e97cf2fbbd817f3640ba010e0.tar.gz
serverdata-f3234d02b3fa370e97cf2fbbd817f3640ba010e0.tar.bz2
serverdata-f3234d02b3fa370e97cf2fbbd817f3640ba010e0.tar.xz
serverdata-f3234d02b3fa370e97cf2fbbd817f3640ba010e0.zip
Fix typo in Forgotten Shrine which prevented YuckFou from finishing the quest
-rw-r--r--npc/018-6-1/main.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/018-6-1/main.txt b/npc/018-6-1/main.txt
index 953804e7f..ffe7fb62a 100644
--- a/npc/018-6-1/main.txt
+++ b/npc/018-6-1/main.txt
@@ -127,8 +127,10 @@ OnTouch:
// Safety update
.@q3=getq3(LoFQuest_Barbara);
- if (.@q3 == 5)
+ // (1 & 2) & 4 = (west/east)/south halls
+ if (.@q3 == 7)
enablenpc instance_npcname("#ToForgottenShrine", .@q2);
+ // 1 & 2 = west/east halls
if (.@q3 == 3)
enablenpc instance_npcname("#ToSouthHall", .@q2);
}