diff options
-rw-r--r-- | npc/functions/hub.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 70b0f0287..5461c4bd5 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -231,13 +231,14 @@ function script HUB_Logout { if (##VAULT) { .@api$=json_encode("UID", ##VAULT, "GID", getcharid(3), - "VAR1N", "HELLO", - "VAR1V", ##01_HELLO, - "VAR2N", "WORLD", - "VAR2V", ##01_WORLD, - "VEXP", 0, + "VAR1N", "MLQUEST", + "VAR1V", ##01_MLQUEST, + "VAR2N", "MLWORLD", + "VAR2V", ##01_MLWORLD, + "VEXP", ##VAULT_EXP, "GOTO", 0, "MLTO", 0); + ##VAULT_EXP=0; api_send(API_FLUSHVAULT, .@api$); } } |