diff options
-rw-r--r-- | npc/functions/hub.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index e49312f31..d6844f5c7 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -105,7 +105,7 @@ function script HUB_Logout { //.@n$=instance_npcname("#Core02331"); .@q=getq(LoFQuest_Barbara); // Reset quest to: Forgotten Chamber Puzzle incomplete - if (.@q < 4) { + if (.@q < 4 && .@q >= 2) { setq1 LoFQuest_Barbara, 1; setq3 LoFQuest_Barbara, 1; dispbottom col(l("WARNING: You died at Forgotten Shrine and the Shrine defense triggered."), 1); |