summaryrefslogtreecommitdiff
path: root/world/map/npc/functions/global_event_handler.txt
diff options
context:
space:
mode:
authorHoraK-FDF <horak-fdf@web.de>2024-04-22 11:28:44 +0200
committerHoraK-FDF <horak-fdf@web.de>2024-04-22 11:28:44 +0200
commit1b042640ef7a2d7e04a983182071767ade2ccf82 (patch)
tree2cfeaac55f92ff5c377021bef5dd288cbdbd15a3 /world/map/npc/functions/global_event_handler.txt
parentc1bb068666c14c50f28c2bc16c4950e090816ee4 (diff)
downloadserverdata-1b042640ef7a2d7e04a983182071767ade2ccf82.tar.gz
serverdata-1b042640ef7a2d7e04a983182071767ade2ccf82.tar.bz2
serverdata-1b042640ef7a2d7e04a983182071767ade2ccf82.tar.xz
serverdata-1b042640ef7a2d7e04a983182071767ade2ccf82.zip
upmarmu v5 lite
Diffstat (limited to 'world/map/npc/functions/global_event_handler.txt')
-rw-r--r--world/map/npc/functions/global_event_handler.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/functions/global_event_handler.txt b/world/map/npc/functions/global_event_handler.txt
index d71a08a6..915423e8 100644
--- a/world/map/npc/functions/global_event_handler.txt
+++ b/world/map/npc/functions/global_event_handler.txt
@@ -44,7 +44,7 @@ OnPCDieEvent:
end;
OnPCLogoutEvent:
- if (getnpcid("#Upmarmu#" + getcharid(3)) >= 1) addnpctimer 0, "#Upmarmu#" + getcharid(3) + "::OnDestroy"; // @upmarmu_spell_npc_name$ is already lost at this point so it must be done like this
+// if (getnpcid("#Upmarmu#" + getcharid(3)) >= 1) addnpctimer 0, "#Upmarmu#" + getcharid(3) + "::OnDestroy"; // @upmarmu_spell_npc_name$ is already lost at this point so it must be done like this
callfunc "VaultLogout";
end;