diff options
Diffstat (limited to 'npc/functions/vault.txt')
-rw-r--r-- | npc/functions/vault.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/functions/vault.txt b/npc/functions/vault.txt index 15a969fb..b6d46a13 100644 --- a/npc/functions/vault.txt +++ b/npc/functions/vault.txt @@ -64,8 +64,8 @@ function script vaultOnLogin { } // 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; @@ -85,7 +85,7 @@ function script vaultOnLogout { .@api$=json_encode("UID", ##VAULT, "GID", getcharid(3), "VAR1N", "TMWQUEST", - "VAR1V", ##02_TMWQUEST, + "VAR1V", ##03_TMWQUEST, "VEXP", ##VAULT_EXP, "GOTO", ##VAULT_GOTO, "MLTO", ##VAULT_MLTO); |