diff options
-rw-r--r-- | src/map/battle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/battle.c b/src/map/battle.c index d52c8bcf8..70bfbdf2c 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -2476,7 +2476,7 @@ static struct Damage battle_calc_weapon_attack(struct block_list *src,struct blo if (sc) { if(sc->data[SC_TRUESIGHT]) ATK_ADDRATE(2*sc->data[SC_TRUESIGHT]->val1); -#ifndef RENEWAL_EDP +#ifdef RENEWAL_EDP // renewal EDP doesn't affect your final damage but your atk and weapon atk if(sc->data[SC_EDP] && skill_num != AS_GRIMTOOTH && |