Reverted the basilica knockback patch (r12852( because it causes bad position desync (bugreport:1710).
Needs a correct implementation. git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12869 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
801084a7c0
commit
0860dc9583
@ -220,13 +220,7 @@ static int unit_walktoxy_timer(int tid, unsigned int tick, int id, intptr data)
|
|||||||
|
|
||||||
if(i > 0)
|
if(i > 0)
|
||||||
ud->walktimer = add_timer(tick+i,unit_walktoxy_timer,id,i);
|
ud->walktimer = add_timer(tick+i,unit_walktoxy_timer,id,i);
|
||||||
|
else if(ud->state.running) {
|
||||||
if (map_getcell(bl->m,x,y,CELL_CHKBASILICA)) {
|
|
||||||
skill_blown(bl,bl,2,unit_getdir(bl),0);
|
|
||||||
clif_fixpos(bl);
|
|
||||||
}
|
|
||||||
|
|
||||||
if(ud->state.running) {
|
|
||||||
//Keep trying to run.
|
//Keep trying to run.
|
||||||
if (!unit_run(bl))
|
if (!unit_run(bl))
|
||||||
ud->state.running = 0;
|
ud->state.running = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user