summaryrefslogtreecommitdiff
path: root/src/map/skill.c
diff options
context:
space:
mode:
authorrud0lp20 <rud0lp20@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-09-10 16:32:06 +0000
committerrud0lp20 <rud0lp20@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-09-10 16:32:06 +0000
commitb970380ed01b23c948c6cc1b9fc9e8f8a2deca53 (patch)
tree4535f49b3c7c9ad0d9869fb8f4b3288d770757e2 /src/map/skill.c
parentd8bd7d857896c04afb43b4c7012735a09b9644f7 (diff)
downloadhercules-b970380ed01b23c948c6cc1b9fc9e8f8a2deca53.tar.gz
hercules-b970380ed01b23c948c6cc1b9fc9e8f8a2deca53.tar.bz2
hercules-b970380ed01b23c948c6cc1b9fc9e8f8a2deca53.tar.xz
hercules-b970380ed01b23c948c6cc1b9fc9e8f8a2deca53.zip
Fixed bugreport:6650 where WZ_QUAGMIRE affects caster in non PK map.
Fixed bugreport:6635 where SO_FIREWALK & SO_ELECTRIC walk still active after changing map. Updated EDP to it's Renewal damage formula bonus. NOTE: result damage still quite huge than official since renewal atk is not yet fully implemented. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16770 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/skill.c')
-rw-r--r--src/map/skill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/skill.c b/src/map/skill.c
index ef2b91c24..29500b8b0 100644
--- a/src/map/skill.c
+++ b/src/map/skill.c
@@ -10839,7 +10839,7 @@ static int skill_unit_onplace (struct skill_unit *src, struct block_list *bl, un
break;
case UNT_QUAGMIRE:
- if(!sce)
+ if( !sce && battle_check_target(&sg->unit->bl,bl,sg->target_flag) > 0 )
sc_start4(bl,type,100,sg->skill_lv,sg->group_id,0,0,sg->limit);
break;