From 2e909cf1f7ad5ab6f5c05cffba4744b132f280cd Mon Sep 17 00:00:00 2001 From: shennetsind Date: Wed, 17 Apr 2013 03:05:06 -0300 Subject: Fixed Bug #7124 grimtooth is now affected by edp in pre-re edp mode http://hercules.ws/board/tracker/issue-7124-edp-doensnt-affect-grimtooth/ Signed-off-by: shennetsind --- src/map/battle.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/map/battle.c b/src/map/battle.c index 0daa319e3..b8ca0d92b 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -3045,7 +3045,9 @@ struct Damage battle_calc_weapon_attack(struct block_list *src,struct block_list if( sc->data[SC_EDP] ){ switch(skill_id){ case AS_SPLASHER: case AS_VENOMKNIFE: +#ifndef RENEWAL_EDP case AS_GRIMTOOTH: +#endif break; #ifndef RENEWAL_EDP case ASC_BREAKER: case ASC_METEORASSAULT: break; -- cgit v1.2.3-70-g09d2