diff options
author | Sean Hulka <sean.hulka@gmail.com> | 2021-07-08 02:58:10 +0000 |
---|---|---|
committer | Sean Hulka <sean.hulka@gmail.com> | 2021-07-08 02:58:10 +0000 |
commit | ba2cdd4fbcd150f6542332d53107a19333ad83eb (patch) | |
tree | fc2af3570166d824f5ee4f822b83a2b0053899fe /npc | |
parent | bf9fa771738e403e8f2113d20d0fe02597565892 (diff) | |
download | serverdata-ba2cdd4fbcd150f6542332d53107a19333ad83eb.tar.gz serverdata-ba2cdd4fbcd150f6542332d53107a19333ad83eb.tar.bz2 serverdata-ba2cdd4fbcd150f6542332d53107a19333ad83eb.tar.xz serverdata-ba2cdd4fbcd150f6542332d53107a19333ad83eb.zip |
Update mobpoint.txt to call new function.SpeedDuck-master-patch-16263
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/mobpoint.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/mobpoint.txt b/npc/functions/mobpoint.txt index 15b3a65f3..d9d0c7355 100644 --- a/npc/functions/mobpoint.txt +++ b/npc/functions/mobpoint.txt @@ -79,6 +79,7 @@ OnNPCKillEvent: callfunc "CoffeeDay"; callfunc "FSFDay"; callfunc "CadisQuestCheck"; + callfunc "DarkLordMobCount"; // Unset killedrid. This affects multiple calls of this function // But it is in overall more reliable imao |