summaryrefslogtreecommitdiff
path: root/src/map
diff options
context:
space:
mode:
Diffstat (limited to 'src/map')
-rw-r--r--src/map/skill.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/skill.c b/src/map/skill.c
index ac9dbcea7..216132567 100644
--- a/src/map/skill.c
+++ b/src/map/skill.c
@@ -9458,8 +9458,6 @@ int skill_delunitgroup(struct block_list *src, struct skill_unit_group *group)
int i,j;
nullpo_retr(0, group);
- if(group->unit_count<=0)
- return 0;
if (!src) src=map_id2bl(group->src_id);
ud = unit_bl2ud(src);