summaryrefslogtreecommitdiff
path: root/npc/functions/mob_points.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/mob_points.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/mob_points.txt')
-rw-r--r--npc/functions/mob_points.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/mob_points.txt b/npc/functions/mob_points.txt
index cecf645e..da92ad34 100644
--- a/npc/functions/mob_points.txt
+++ b/npc/functions/mob_points.txt
@@ -6,7 +6,7 @@
// fix_mobkill(mobID) → Manual fix for scripted mobs
function script fix_mobkill {
killedrid=getarg(0);
- doevent "#mobptsys::OnNPCKillEvent";
+ doevent "#GlobalHandler::OnNPCKillEvent";
return;
}