summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormalufett <malufett.eat.my.binaries@gmail.com>2015-01-31 23:54:41 +0800
committermalufett <malufett.eat.my.binaries@gmail.com>2015-01-31 23:54:41 +0800
commite5afbb41368d8af3b14e2bb3d6cb3ec141f07ddd (patch)
treeea2b02ea7b7390f201c5da05e40a01db81cc9a05
parent3d47fdff7ddae8e5f028425c653dccc4ecfcfed5 (diff)
parent486ec869f5a5183043ec609d9fe7d00b6a08b818 (diff)
downloadhercules-e5afbb41368d8af3b14e2bb3d6cb3ec141f07ddd.tar.gz
hercules-e5afbb41368d8af3b14e2bb3d6cb3ec141f07ddd.tar.bz2
hercules-e5afbb41368d8af3b14e2bb3d6cb3ec141f07ddd.tar.xz
hercules-e5afbb41368d8af3b14e2bb3d6cb3ec141f07ddd.zip
Merge pull request #458 from Nihadm89/patch-1
Fixed NJ_HYOUSENSOU skillratio
-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: