From e2fdc3b858dda8abb7518735fbb254a2d63ea760 Mon Sep 17 00:00:00 2001 From: Michieru Date: Sun, 9 Mar 2014 06:25:50 -0700 Subject: 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 --- src/map/battle.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/battle.c') 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 -- cgit v1.2.3-60-g2f50