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.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt
index 9e6e492e0..14e15724b 100644
--- a/npc/functions/hub.txt
+++ b/npc/functions/hub.txt
@@ -59,8 +59,8 @@ function script HUB_Login {
}
// Unset the target lake/world
- set_byte(##00_INFO, 0, 3);
- set_nibble(##00_INFO, 0, 5);
+ set_byte(##00_INFO, 3, 0);
+ set_nibble(##00_INFO, 5, 0);
} else if (.@gto) {
// Heading somewhere which is not here!
mesc l("WARNING: If you use any Mirror Lake feature on this world, the current Mirror Lake Quest will be marked as \"Failed\"."), 1;