diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-08-18 13:42:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-08-18 13:42:35 -0300 |
commit | 1202992a2d4a73ad6e2ed694bbcdc600dcfdaba7 (patch) | |
tree | e13652f14322d243af176019fb3ed2de2d71a90f /npc | |
parent | 5703c8164a59d0b0f55184d8b99294f5debc2631 (diff) | |
download | serverdata-1202992a2d4a73ad6e2ed694bbcdc600dcfdaba7.tar.gz serverdata-1202992a2d4a73ad6e2ed694bbcdc600dcfdaba7.tar.bz2 serverdata-1202992a2d4a73ad6e2ed694bbcdc600dcfdaba7.tar.xz serverdata-1202992a2d4a73ad6e2ed694bbcdc600dcfdaba7.zip |
Fix Candor Northwest Bif not generating monster points
Diffstat (limited to 'npc')
-rw-r--r-- | npc/005-4/rosen.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/005-4/rosen.txt b/npc/005-4/rosen.txt index fb2e5ed6b..3c67021d9 100644 --- a/npc/005-4/rosen.txt +++ b/npc/005-4/rosen.txt @@ -195,6 +195,7 @@ OnKillMBif: message strcharinfo(0), l("@@/5 @@", .@k+1, getmonsterlink(DiamondBif)); } } + fix_mobkill(DiamondBif); end; |