Bläddra i källkod

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
akrus 16 år sedan
förälder
incheckning
f706281b0e
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/map/unit.c

+ 1 - 1
src/map/unit.c

@@ -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;