summaryrefslogtreecommitdiff
path: root/npc/functions/global_event_handler.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/global_event_handler.txt')
-rw-r--r--npc/functions/global_event_handler.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/functions/global_event_handler.txt b/npc/functions/global_event_handler.txt
index 08bbc7ab..3f10ae73 100644
--- a/npc/functions/global_event_handler.txt
+++ b/npc/functions/global_event_handler.txt
@@ -25,6 +25,7 @@ OnPCLoginEvent:
callfunc("FixBankVault");
callfunc("GrantSuperSkill");
callfunc("AFKLogin");
+ callfunc("TravelFix");
end;
OnPCLogoutEvent:
@@ -32,6 +33,7 @@ OnPCLogoutEvent:
callfunc("MundaneLogout");
callfunc("fishing_cleanup", @fishing_spot$);
callfunc("ATLFightEnd");
+ callfunc("RossyLogout");
// Variable cleanup
@fishing_spot$ = "";
@@ -41,6 +43,7 @@ OnPCDieEvent:
callfunc("ForcedUnmount");
callfunc("MundaneDeath");
callfunc("ATLFightEnd");
+ callfunc("RossyDeath");
end;
OnPCBaseLvUpEvent: