summaryrefslogtreecommitdiff
path: root/src/map/battle.c
diff options
context:
space:
mode:
authorNihadm89 <nihadm89@hotmail.com>2015-01-30 15:45:31 +0100
committerNihadm89 <nihadm89@hotmail.com>2015-01-30 15:45:31 +0100
commit486ec869f5a5183043ec609d9fe7d00b6a08b818 (patch)
treeea2b02ea7b7390f201c5da05e40a01db81cc9a05 /src/map/battle.c
parent3d47fdff7ddae8e5f028425c653dccc4ecfcfed5 (diff)
downloadhercules-486ec869f5a5183043ec609d9fe7d00b6a08b818.tar.gz
hercules-486ec869f5a5183043ec609d9fe7d00b6a08b818.tar.bz2
hercules-486ec869f5a5183043ec609d9fe7d00b6a08b818.tar.xz
hercules-486ec869f5a5183043ec609d9fe7d00b6a08b818.zip
Missing break
Lightning Spear of Ice
Diffstat (limited to 'src/map/battle.c')
-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 74dfde41d..098943d82 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -1509,6 +1509,7 @@ int battle_calc_skillratio(int attack_type, struct block_list *src, struct block
skillratio -= 30;
if (sd && sd->charm_type == CHARM_TYPE_WATER && sd->charm_count > 0)
skillratio += 5 * sd->charm_count;
+ break;
#endif
/* Fall through */
case NJ_HYOUSYOURAKU: