diff options
author | Kevin <Kevin@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-07 04:55:26 +0000 |
---|---|---|
committer | Kevin <Kevin@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-07 04:55:26 +0000 |
commit | 2dccb6282656562bb0a5a7af6b9cd8677dc4e9c6 (patch) | |
tree | 7ec1eac707376b6329ebf414fde6f61889455795 /src/map/battle.c | |
parent | e11ccbba63907baa536f43ca7f9ed79bd5b6ad4f (diff) | |
download | hercules-2dccb6282656562bb0a5a7af6b9cd8677dc4e9c6.tar.gz hercules-2dccb6282656562bb0a5a7af6b9cd8677dc4e9c6.tar.bz2 hercules-2dccb6282656562bb0a5a7af6b9cd8677dc4e9c6.tar.xz hercules-2dccb6282656562bb0a5a7af6b9cd8677dc4e9c6.zip |
-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
Diffstat (limited to 'src/map/battle.c')
-rw-r--r-- | src/map/battle.c | 3 |
1 files changed, 2 insertions, 1 deletions
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; |