diff options
Diffstat (limited to 'src/map/battle.c')
-rw-r--r-- | src/map/battle.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/battle.c b/src/map/battle.c index 40f3d2482..24f39a35d 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -4657,6 +4657,9 @@ struct Damage battle_calc_weapon_attack(struct block_list *src,struct block_list #endif switch(skill_id){ case SR_GATEOFHELL: + #ifdef RENEWAL + RE_SKILL_REDUCTION(); + #endif // RENEWAL if (wd.dmg_lv != ATK_FLEE) ATK_RATE(battle->calc_skillratio(BF_WEAPON, src, target, skill_id, skill_lv, skillratio, wflag)); else |