summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2015-02-02 15:02:12 +0100
committerHaru <haru@dotalux.com>2015-02-02 15:02:12 +0100
commitf0b095c85e75f71f425ec5f29fda8c22287185f0 (patch)
tree608cb79f44fa0f21c4ae7545acaa824ef60b60a7
parente5afbb41368d8af3b14e2bb3d6cb3ec141f07ddd (diff)
downloadhercules-f0b095c85e75f71f425ec5f29fda8c22287185f0.tar.gz
hercules-f0b095c85e75f71f425ec5f29fda8c22287185f0.tar.bz2
hercules-f0b095c85e75f71f425ec5f29fda8c22287185f0.tar.xz
hercules-f0b095c85e75f71f425ec5f29fda8c22287185f0.zip
Follow-up to 486ec86
Removed unnecessary 'fall through' comment. Signed-off-by: Haru <haru@dotalux.com>
-rw-r--r--src/map/battle.c1
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)