viewing paste Unknown #1627 | Diff

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14
Index: mob.c
===================================================================
--- mob.c   (revision 16950)
+++ mob.c   (working copy)
@@ -3342,6 +3342,9 @@
    struct status_data *status;
 
    nullpo_ret(sd);
+   
+   if(pc_isdead(sd) && master_id && flag&1)
+       return 0;
 
    ARR_FIND( MOB_CLONE_START, MOB_CLONE_END, class_, mob_db_data[class_] == NULL );
    if(class_ >= MOB_CLONE_END)
Viewed 699 times, submitted by Guest.