diff options
author | ignizh <ignizh@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-16 03:47:25 +0000 |
---|---|---|
committer | ignizh <ignizh@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-16 03:47:25 +0000 |
commit | 0b76c882b6f5df0a0761be5d98bcb60c036f879e (patch) | |
tree | b8a8813ccff912421226d222973ee4bd7a03267e /src/map/battle.c | |
parent | 3a3540a55039db616f0e8f80d4129c0d108cfba7 (diff) | |
download | hercules-0b76c882b6f5df0a0761be5d98bcb60c036f879e.tar.gz hercules-0b76c882b6f5df0a0761be5d98bcb60c036f879e.tar.bz2 hercules-0b76c882b6f5df0a0761be5d98bcb60c036f879e.tar.xz hercules-0b76c882b6f5df0a0761be5d98bcb60c036f879e.zip |
Followed r16309, fixed a typo.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16311 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/battle.c')
-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 && |