summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichieru <Michieru@users.noreply.github.com>2014-03-09 06:25:50 -0700
committerMichieru <Michieru@users.noreply.github.com>2014-03-09 06:25:50 -0700
commite2fdc3b858dda8abb7518735fbb254a2d63ea760 (patch)
tree06eba75d29c85791a0222389226cbc7e74179965 /src
parent3ca5e3c72b5a66cfe485a0b87ea823f94ded8bb1 (diff)
downloadhercules-e2fdc3b858dda8abb7518735fbb254a2d63ea760.tar.gz
hercules-e2fdc3b858dda8abb7518735fbb254a2d63ea760.tar.bz2
hercules-e2fdc3b858dda8abb7518735fbb254a2d63ea760.tar.xz
hercules-e2fdc3b858dda8abb7518735fbb254a2d63ea760.zip
Fix Bug 8069
http://hercules.ws/board/tracker/issue-8069-gate-of-hell-bonus2-bsubrace-thara-frog-card/ Completely review the 1st and 2nd class skill_cast_db in renewal with aegis files. Thanks to Yommy and Ind for the files
Diffstat (limited to 'src')
-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 40f3d2482..2cc0ee75c 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -4657,6 +4657,7 @@ struct Damage battle_calc_weapon_attack(struct block_list *src,struct block_list
#endif
switch(skill_id){
case SR_GATEOFHELL:
+ RE_SKILL_REDUCTION();
if (wd.dmg_lv != ATK_FLEE)
ATK_RATE(battle->calc_skillratio(BF_WEAPON, src, target, skill_id, skill_lv, skillratio, wflag));
else