diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-13 09:50:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-13 09:50:55 -0300 |
commit | b71a3fba3b156bbfec3c2b8806f5e5d99d2cc6d4 (patch) | |
tree | 38b2d9bb3ec05069a4d1ea8b285880862b2254ac /npc/functions/mobpoint.txt | |
parent | ab21f882b4a2f3e4a8e735fcadadcdd02600e91b (diff) | |
download | serverdata-b71a3fba3b156bbfec3c2b8806f5e5d99d2cc6d4.tar.gz serverdata-b71a3fba3b156bbfec3c2b8806f5e5d99d2cc6d4.tar.bz2 serverdata-b71a3fba3b156bbfec3c2b8806f5e5d99d2cc6d4.tar.xz serverdata-b71a3fba3b156bbfec3c2b8806f5e5d99d2cc6d4.zip |
Fix typo reported by Console
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"; |