From 2dccb6282656562bb0a5a7af6b9cd8677dc4e9c6 Mon Sep 17 00:00:00 2001 From: Kevin Date: Mon, 7 Apr 2008 04:55:26 +0000 Subject: -Sight rasher now affects the wizard's own and other's icewalls. -Sight rasher, sight blaster, and arrow shower are now the only three skills that will affect traps. (bugreport:59) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12516 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/battle.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/map/battle.c') diff --git a/src/map/battle.c b/src/map/battle.c index 16651ef0c..99dff6e31 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -3068,7 +3068,8 @@ int battle_check_target( struct block_list *src, struct block_list *target,int f { case HT_REMOVETRAP: case AC_SHOWER: - case WZ_HEAVENDRIVE: + case WZ_SIGHTRASHER: + case WZ_SIGHTBLASTER: state |= BCT_ENEMY; strip_enemy = 0; break; -- cgit v1.2.3-70-g09d2