From 9db1b86c18600df81a5f5d6099736349c0068755 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Wed, 4 Jan 2012 03:47:01 +0000 Subject: Fixed trap bugs as per bugreport:2817 (you finally can attack traps directly :0) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15380 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/battle.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/map/battle.c') diff --git a/src/map/battle.c b/src/map/battle.c index 9b79927da..784d4b8bd 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -3945,10 +3945,9 @@ int battle_check_target( struct block_list *src, struct block_list *target,int f TBL_SKILL *su = (TBL_SKILL*)target; if( !su->group ) return 0; - if( skill_get_inf2(su->group->skill_id)&INF2_TRAP ) - { //Only a few skills can target traps... - switch( battle_getcurrentskill(src) ) - { + if( skill_get_inf2(su->group->skill_id)&INF2_TRAP ) { //Only a few skills can target traps... + switch( battle_getcurrentskill(src) ) { + case 0://you can hit them without skills case MA_REMOVETRAP: case HT_REMOVETRAP: case AC_SHOWER: -- cgit v1.2.3-70-g09d2