- Basilica knockback effect is only for mobs, not everybody x.x
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12875 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
03a1f29549
commit
6fb09d253c
@ -218,7 +218,7 @@ static int unit_walktoxy_timer(int tid, unsigned int tick, int id, intptr data)
|
|||||||
else
|
else
|
||||||
i = status_get_speed(bl);
|
i = status_get_speed(bl);
|
||||||
|
|
||||||
if (map_getcell(bl->m,x,y,CELL_CHKBASILICA)) {
|
if( md && map_getcell(bl->m,x,y,CELL_CHKBASILICA) ) {
|
||||||
skill_blown(bl,bl,2,unit_getdir(bl),0);
|
skill_blown(bl,bl,2,unit_getdir(bl),0);
|
||||||
clif_fixpos(bl);
|
clif_fixpos(bl);
|
||||||
}
|
}
|
||||||
@ -679,7 +679,6 @@ int unit_stop_walking(struct block_list *bl,int type)
|
|||||||
//Readded, the check in unit_set_walkdelay means dmg during running won't fall through to this place in code [Kevin]
|
//Readded, the check in unit_set_walkdelay means dmg during running won't fall through to this place in code [Kevin]
|
||||||
if (ud->state.running)
|
if (ud->state.running)
|
||||||
status_change_end(bl, SC_RUN, -1);
|
status_change_end(bl, SC_RUN, -1);
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user