summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/map/battle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/battle.c b/src/map/battle.c
index 672dc3d74..8f793c4e4 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -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+= 40*(sd?pc_checkskill(sd,RA_RESEARCHTRAP):0);
}
+ break;
#else
case HT_LANDMINE:
case MA_LANDMINE: