diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-27 10:13:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-27 10:13:52 -0300 |
commit | b2ce50be2a8f9c4c98b55191dc13ec9d2035efb4 (patch) | |
tree | 2f38cb0bc97b9813cb622e35fd897800eaddfc30 /npc/functions | |
parent | 7cb25c1ca14c44d2a0ff2bc309121db50ce1521c (diff) | |
download | serverdata-b2ce50be2a8f9c4c98b55191dc13ec9d2035efb4.tar.gz serverdata-b2ce50be2a8f9c4c98b55191dc13ec9d2035efb4.tar.bz2 serverdata-b2ce50be2a8f9c4c98b55191dc13ec9d2035efb4.tar.xz serverdata-b2ce50be2a8f9c4c98b55191dc13ec9d2035efb4.zip |
Attempt to fix a bug with mobpoint system for Hinnak
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/mobpoint.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/mobpoint.txt b/npc/functions/mobpoint.txt index 8b88c1cb2..0b38d3311 100644 --- a/npc/functions/mobpoint.txt +++ b/npc/functions/mobpoint.txt @@ -43,6 +43,8 @@ OnNPCKillEvent: callfunc "mobpoint"; callfunc "mobhunter"; callfunc "SQuest_Hasan"; + + killedrid=0; end; // When you kill a player, some special care is needed |