diff options
-rw-r--r-- | npc/functions/hub.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 229005953..70b0f0287 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -234,7 +234,10 @@ function script HUB_Logout { "VAR1N", "HELLO", "VAR1V", ##01_HELLO, "VAR2N", "WORLD", - "VAR2V", ##01_WORLD); + "VAR2V", ##01_WORLD, + "VEXP", 0, + "GOTO", 0, + "MLTO", 0); api_send(API_FLUSHVAULT, .@api$); } } |