From b1b0860d1ca7e0f9ddb57756be9af11d9557d555 Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 6 Jul 2006 14:07:21 +0000 Subject: - Fixed the auto-direction code which makes self-skills with ground units become a ground spell using the wrong function for said check. In short: fixed GrandCross and similar skills. - FogWall will now also affect the caster. - Some cleanup of map.h. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7548 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/skill.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/map/skill.c') diff --git a/src/map/skill.c b/src/map/skill.c index f15501287..b87575768 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -3173,7 +3173,7 @@ int skill_castend_nodamage_id (struct block_list *src, struct block_list *bl, in case NJ_BAKUENRYU: //Doesn't works on the default because it is enemy-targetted. return skill_castend_pos2(src,bl->x,bl->y,skillid,skilllv,tick,0); default: - if (src == bl && skill_get_unit_flag(skillid)) //Skill is actually ground placed. + if (src == bl && skill_get_unit_id(skillid,0)) //Skill is actually ground placed. return skill_castend_pos2(src,bl->x,bl->y,skillid,skilllv,tick,0); } @@ -6634,8 +6634,6 @@ int skill_unit_onplace (struct skill_unit *src, struct block_list *bl, unsigned } break; case UNT_FOGWALL: - if (sg->src_id==bl->id) - return 0; if (sc && sc->data[type].timer==-1) { sc_start4(bl, type, 100, sg->skill_lv, sg->val1, sg->val2, sg->group_id, sg->limit); -- cgit v1.2.3-60-g2f50