summaryrefslogtreecommitdiff
path: root/world/map/npc/functions/global_event_handler.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/functions/global_event_handler.txt')
-rw-r--r--world/map/npc/functions/global_event_handler.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/functions/global_event_handler.txt b/world/map/npc/functions/global_event_handler.txt
index eba97ab2..91879525 100644
--- a/world/map/npc/functions/global_event_handler.txt
+++ b/world/map/npc/functions/global_event_handler.txt
@@ -17,8 +17,8 @@ OnPCLoginEvent:
callfunc "MaybeGiveBirthday";
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
+ //callfunc "VaultLogin"; // Mirror Lake Protocol biddings
+ //callfunc "VaultLogout"; // Clean some stuff, to be safe
// add more here
set @login_event, 2;
end;
@@ -44,7 +44,7 @@ OnPCDieEvent:
end;
OnPCLogoutEvent:
- callfunc "VaultLogout";
+ //callfunc "VaultLogout";
end;
OnInit: