diff options
Diffstat (limited to 'src/map/battle.c')
-rw-r--r-- | src/map/battle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/battle.c b/src/map/battle.c index 18759c790..b14bb6f33 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -317,7 +317,7 @@ int battle_attr_fix(struct block_list *src, struct block_list *target, int damag int x,y; if( !su || !su->alive || (sg = su->group) == NULL || !sg || sg->val3 == -1 || - (src = map_id2bl(su->val2)) == NULL || status_isdead(src) ) + (src = map_id2bl(sg->src_id)) == NULL || status_isdead(src) ) return 0; if( sg->unit_id != UNT_FIREWALL ) { |