diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/hub.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index a586cbae1..691961fe0 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -277,9 +277,11 @@ function script HUB_Logout { "VAR2N", "MLWORLD", "VAR2V", ##01_MLWORLD, "VEXP", ##VAULT_EXP, - "GOTO", 0, - "MLTO", 0); + "GOTO", ##VAULT_GOTO, + "MLTO", ##VAULT_MLTO); ##VAULT_EXP=0; + ##VAULT_GOTO=0; + ##VAULT_MLTO=0; api_send(API_FLUSHVAULT, .@api$); // Destroy temporary characters if (countitem(MirrorLakeArmor)) { |