diff options
author | Nihadm89 <nihadm89@hotmail.com> | 2015-01-30 15:45:31 +0100 |
---|---|---|
committer | Nihadm89 <nihadm89@hotmail.com> | 2015-01-30 15:45:31 +0100 |
commit | 486ec869f5a5183043ec609d9fe7d00b6a08b818 (patch) | |
tree | ea2b02ea7b7390f201c5da05e40a01db81cc9a05 /src/map/battle.c | |
parent | 3d47fdff7ddae8e5f028425c653dccc4ecfcfed5 (diff) | |
download | hercules-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.c | 1 |
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: |