* fixed certain traps dealing blitz beat damage due to a missing break (see also bugreport:5509)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15814 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
6d05ce229e
commit
60eda1e228
@ -3559,6 +3559,7 @@ struct Damage battle_calc_misc_attack(struct block_list *src,struct block_list *
|
|||||||
md.damage+= md.damage*(rand()%20-10)/100;
|
md.damage+= md.damage*(rand()%20-10)/100;
|
||||||
md.damage+= 40*(sd?pc_checkskill(sd,RA_RESEARCHTRAP):0);
|
md.damage+= 40*(sd?pc_checkskill(sd,RA_RESEARCHTRAP):0);
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
#else
|
#else
|
||||||
case HT_LANDMINE:
|
case HT_LANDMINE:
|
||||||
case MA_LANDMINE:
|
case MA_LANDMINE:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user