summaryrefslogtreecommitdiff
path: root/npc/functions/hub.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/hub.txt')
-rw-r--r--npc/functions/hub.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt
index 45fd8979b..831bd2e0f 100644
--- a/npc/functions/hub.txt
+++ b/npc/functions/hub.txt
@@ -135,7 +135,7 @@ function script HUB_Logout {
// Logout/Death on Nard's ship hold
if (compare(.@mapa$, "002-2") || compare(.@mapa$,"nard")) {
setq2 ShipQuests_Peter, 0;
- setq3 ShipQuests_Peter, -1;
+ setq3 ShipQuests_Peter, 0; // Bugfix
}
// Logout on botcheck area
if (compare(.@mapa$,"botcheck") && !.@dead) {