diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-05-26 21:42:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-26 21:42:59 -0300 |
commit | 648010015f48cd397908cebe991cc562796668c1 (patch) | |
tree | bb49457b16397563efae83f95fb4c65583f6bb5d /npc/functions | |
parent | 341ad533e9fd76dae658f6b0b01adebc57bf7f05 (diff) | |
download | serverdata-648010015f48cd397908cebe991cc562796668c1.tar.gz serverdata-648010015f48cd397908cebe991cc562796668c1.tar.bz2 serverdata-648010015f48cd397908cebe991cc562796668c1.tar.xz serverdata-648010015f48cd397908cebe991cc562796668c1.zip |
Final updates to the Mirror Lake basic infrastructure on ML side.
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)) { |