diff options
Diffstat (limited to 'npc/051-3')
-rw-r--r-- | npc/051-3/jailslimes.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/051-3/jailslimes.txt b/npc/051-3/jailslimes.txt index 598f94f2..169fe7a3 100644 --- a/npc/051-3/jailslimes.txt +++ b/npc/051-3/jailslimes.txt @@ -22,8 +22,7 @@ L_GiveLockPicks: goto L_End; L_End: - @mobId = 1098; - callfunc "MobPoints"; + fix_mobkill(1098); end; } |