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.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/global_event_handler.txt b/npc/functions/global_event_handler.txt
index c66637ef..a6d634ed 100644
--- a/npc/functions/global_event_handler.txt
+++ b/npc/functions/global_event_handler.txt
@@ -30,6 +30,7 @@ OnPCLogoutEvent:
callfunc("UnequipCookie");
callfunc("MundaneLogout");
callfunc("fishing_cleanup", @fishing_spot$);
+ callfunc("ATLFightEnd");
// Variable cleanup
@fishing_spot$ = "";
@@ -38,6 +39,7 @@ OnPCLogoutEvent:
OnPCDieEvent:
callfunc("ForcedUnmount");
callfunc("MundaneDeath");
+ callfunc("ATLFightEnd");
end;
OnPCBaseLvUpEvent: