sorry for so many commits, have no time to test

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13617 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
akrus 2009-03-24 08:34:24 +00:00
parent 2f424ee87c
commit f706281b0e

View File

@ -1596,7 +1596,7 @@ int unit_skillcastcancel(struct block_list *bl,int type)
ud->canact_tick = tick;
if ( sd )
clif_status_change(src, SI_ACTIONDELAY, 1, ud->canact_tick);
clif_status_change(bl, SI_ACTIONDELAY, 1, ud->canact_tick);
if(type&1 && sd)
skill = sd->skillid_old;