diff options
Diffstat (limited to 'npc/functions/mobpoint.txt')
-rw-r--r-- | npc/functions/mobpoint.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/mobpoint.txt b/npc/functions/mobpoint.txt index 49d742298..e7623fdf2 100644 --- a/npc/functions/mobpoint.txt +++ b/npc/functions/mobpoint.txt @@ -65,7 +65,7 @@ OnNPCKillEvent: // killedrid was not set, so we skip if (!killedrid) - return; + end; // call functions callfunc "mobpoint"; |