diff options
Diffstat (limited to 'src/map/pc.c')
-rw-r--r-- | src/map/pc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index 6883e7c4c..bde039c83 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -4822,9 +4822,6 @@ int pc_dead(struct map_session_data *sd,struct block_list *src) npc_script_event(sd,NPCE_DIE); } - if ( sd && sd->spiritball && (sd->class_&MAPID_BASEMASK)==MAPID_GUNSLINGER ) // maybe also monks' spiritballs ? - pc_delspiritball(sd,sd->spiritball,0); - if (src) switch (src->type) { case BL_MOB: |