diff options
Diffstat (limited to 'src/map/pc.c')
-rw-r--r-- | src/map/pc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index bb24b097a..b87f871fa 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -4968,8 +4968,6 @@ int pc_dead(struct map_session_data *sd,struct block_list *src) status_calc_mob(md, 0); status_percent_heal(src,10,0); } - if(md->nd) - mob_script_callback(md, &sd->bl, CALLBACK_KILL); } break; case BL_PET: //Pass on to master... |