summaryrefslogtreecommitdiff
path: root/npc/functions/hub.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-05-27 05:37:41 -0300
committerJesusaves <cpntb1@ymail.com>2021-05-27 05:37:41 -0300
commit73a22e7a1f7bad1d711221453c6562e8f3140449 (patch)
treed85d24f0f2c320423eb90d4a572703e4ce8586b4 /npc/functions/hub.txt
parent6fca282e934531255efbddd80b7748e1ab35d860 (diff)
downloadserverdata-73a22e7a1f7bad1d711221453c6562e8f3140449.tar.gz
serverdata-73a22e7a1f7bad1d711221453c6562e8f3140449.tar.bz2
serverdata-73a22e7a1f7bad1d711221453c6562e8f3140449.tar.xz
serverdata-73a22e7a1f7bad1d711221453c6562e8f3140449.zip
set byte/nibble fix (do we even need to reset this info, though?)
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;