git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13617 54d463be-8e91-2dee-dedb-b68131a5f0ec
@@ -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;