diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-02-18 04:02:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-02-18 04:02:52 -0300 |
commit | 802c15e6a7f4c07b7fe0a7ed47d1defbcce4824d (patch) | |
tree | e09b3aafeaad9251fbcdcf146960bab4df12f0ee /npc/functions/hub.txt | |
parent | e28a3651adad1c976e5286c356e7eca21f6234cf (diff) | |
download | serverdata-802c15e6a7f4c07b7fe0a7ed47d1defbcce4824d.tar.gz serverdata-802c15e6a7f4c07b7fe0a7ed47d1defbcce4824d.tar.bz2 serverdata-802c15e6a7f4c07b7fe0a7ed47d1defbcce4824d.tar.xz serverdata-802c15e6a7f4c07b7fe0a7ed47d1defbcce4824d.zip |
Aegis Shield Blackbox
Diffstat (limited to 'npc/functions/hub.txt')
-rw-r--r-- | npc/functions/hub.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 9974ae624..6f8378660 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -225,6 +225,8 @@ function script HUB_Logout { // Register logout time if (!.@dead) CHAREG_CLEANUP=gettimetick(2); + + callfunc "02524_Avenge_BlackBox", .@dead; return; } |