diff options
Diffstat (limited to 'npc/functions/mobpoint.txt')
-rw-r--r-- | npc/functions/mobpoint.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/functions/mobpoint.txt b/npc/functions/mobpoint.txt index 89fd4f37b..36f647e01 100644 --- a/npc/functions/mobpoint.txt +++ b/npc/functions/mobpoint.txt @@ -91,9 +91,10 @@ OnNPCKillEvent: callfunc "CraftmasterDay"; callfunc "CadisQuestCheck"; callfunc "GeminiKill"; - callfunc "MKAggro"; callfunc "SK_drops"; + // Other updates + $@MK_TRIGGERED=true; // Unset killedrid. This affects multiple calls of this function // But it is in overall more reliable imao killedrid=0; |