diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-04 12:59:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-04 12:59:36 -0300 |
commit | fb57e4b8ab8db4b675837be6d301d81ac88d3927 (patch) | |
tree | fcce92190fadcf2bb3d328eb6935a48a44f400a6 /npc | |
parent | 6e2389267268f146a8c8c697336da669240e66ad (diff) | |
download | serverdata-fb57e4b8ab8db4b675837be6d301d81ac88d3927.tar.gz serverdata-fb57e4b8ab8db4b675837be6d301d81ac88d3927.tar.bz2 serverdata-fb57e4b8ab8db4b675837be6d301d81ac88d3927.tar.xz serverdata-fb57e4b8ab8db4b675837be6d301d81ac88d3927.zip |
Uhm... Looked like a bug :<
Diffstat (limited to 'npc')
-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); |