Skip to content

Commit

Permalink
Follow up 145a4fe
Browse files Browse the repository at this point in the history
Thanks to Mordekaiser for pointing this scenario to us.

Signed-off-by: shennetsind <ind@henn.et>
  • Loading branch information
shennetsind committed Mar 19, 2015
1 parent 12ce31d commit 127f9b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/map/battle.c
Expand Up @@ -6516,6 +6516,8 @@ int battle_check_target( struct block_list *src, struct block_list *target,int f
) {
if( t_bl->type == BL_PC && (sd->duel_group == ((TBL_PC*)t_bl)->duel_group) )
return (BCT_ENEMY&flag)?1:-1; // Duel targets can ONLY be your enemy, nothing else.
else if ( src->type != BL_SKILL || (flag&BCT_ENEMY) )
return 0;
}
}
if( map_flag_gvg(m) && !sd->status.guild_id && t_bl->type == BL_MOB && ((TBL_MOB*)t_bl)->class_ == MOBID_EMPERIUM )
Expand Down

5 comments on commit 127f9b5

@kyeme
Copy link

@kyeme kyeme commented on 127f9b5 Mar 20, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still not fixed sir

@kyeme
Copy link

@kyeme kyeme commented on 127f9b5 Apr 12, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kyeme
Copy link

@kyeme kyeme commented on 127f9b5 Apr 24, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Up~

@MishimaHaruna
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kyeme Could you email me (or otherwise PM me on the Hercules forums) details about the part that isn't fixed, and how to reproduce?

@kyeme
Copy link

@kyeme kyeme commented on 127f9b5 Apr 25, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MishimaHaruna thank your sir!
PM sent~

Please sign in to comment.