summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 082fcede..1b185e15 100644
--- a/npc/functions/mob_points.txt
+++ b/npc/functions/mob_points.txt
@@ -5,7 +5,7 @@
// fix_mobkill(mobID) → Manual fix for scripted mobs
function script fix_mobkill {
- debugmes "FIX MOBKILL (%s) for %s", strmobinfo(getarg(0)), strcharinfo(0);
+ debugmes "FIX MOBKILL (%s) for %s", strmobinfo(1, getarg(0)), strcharinfo(0);
killedrid=getarg(0);
doevent "#GlobalHandler::OnNPCKillEvent";
return;