summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-07-19 14:10:45 -0300
committerJesusaves <cpntb1@ymail.com>2023-07-19 14:10:45 -0300
commit62e02a7a43ad6dc282df69e2c094fee4e49fdc35 (patch)
treecb1e1e92009dd8aabe47cb8fc8523262884095b5
parentc01b17975fa6f922d1ea33fed74af94af987d246 (diff)
downloadclassic-serverdata-62e02a7a43ad6dc282df69e2c094fee4e49fdc35.tar.gz
classic-serverdata-62e02a7a43ad6dc282df69e2c094fee4e49fdc35.tar.bz2
classic-serverdata-62e02a7a43ad6dc282df69e2c094fee4e49fdc35.tar.xz
classic-serverdata-62e02a7a43ad6dc282df69e2c094fee4e49fdc35.zip
Workaround
-rw-r--r--world/map/npc/functions/global_event_handler.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/npc/functions/global_event_handler.txt b/world/map/npc/functions/global_event_handler.txt
index 9467d9e4..eba97ab2 100644
--- a/world/map/npc/functions/global_event_handler.txt
+++ b/world/map/npc/functions/global_event_handler.txt
@@ -18,6 +18,7 @@ OnPCLoginEvent:
callfunc "MiriamExpire"; // force the speed skill quest to expire
callfunc "ConvertChristmas21"; // Christmas 2021
callfunc "VaultLogin"; // Mirror Lake Protocol biddings
+ callfunc "VaultLogout"; // Clean some stuff, to be safe
// add more here
set @login_event, 2;
end;