diff options
Diffstat (limited to 'src/map/battle.c')
-rw-r--r-- | src/map/battle.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/battle.c b/src/map/battle.c index 098943d82..384d2e71f 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -1511,7 +1511,6 @@ int battle_calc_skillratio(int attack_type, struct block_list *src, struct block skillratio += 5 * sd->charm_count; break; #endif - /* Fall through */ case NJ_HYOUSYOURAKU: skillratio += 50 * skill_lv; if (sd && sd->charm_type == CHARM_TYPE_WATER && sd->charm_count > 0) |