summaryrefslogtreecommitdiff
path: root/npc/functions/global_event_handler.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-13 17:34:10 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-13 17:34:10 -0300
commitb81ba68b3fba3d882744ac9f26c4869b830a2a66 (patch)
treeef4eac8cbcc563f0f73f017764a581990340e79c /npc/functions/global_event_handler.txt
parent2768679bdb26269ec19ad10bd1b06ab5dbb2b5e6 (diff)
downloadserverdata-b81ba68b3fba3d882744ac9f26c4869b830a2a66.tar.gz
serverdata-b81ba68b3fba3d882744ac9f26c4869b830a2a66.tar.bz2
serverdata-b81ba68b3fba3d882744ac9f26c4869b830a2a66.tar.xz
serverdata-b81ba68b3fba3d882744ac9f26c4869b830a2a66.zip
And the event label has been renamed in Hercules, adjust correctly
Diffstat (limited to 'npc/functions/global_event_handler.txt')
-rw-r--r--npc/functions/global_event_handler.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/global_event_handler.txt b/npc/functions/global_event_handler.txt
index aa06a38b..7780ad8b 100644
--- a/npc/functions/global_event_handler.txt
+++ b/npc/functions/global_event_handler.txt
@@ -16,6 +16,7 @@ OnPCKillEvent:
callfunc "elanore_decrease_exp"; // decrease heal exp for doing bad things
end;
+OnNPCKillEvent:
OnMobKillEvent:
MobPoints();
end;