diff options
author | akrus <akrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-03-24 08:34:24 +0000 |
---|---|---|
committer | akrus <akrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-03-24 08:34:24 +0000 |
commit | fec4057d5036be3f8f6a52c5cefc3061ffa2d4f0 (patch) | |
tree | bc7d23a95afe1acd7fb702b4a3b9ae1773505227 /src/map/unit.c | |
parent | b634ea9bd867be4be306fbe41b97f71e40c254b1 (diff) | |
download | hercules-fec4057d5036be3f8f6a52c5cefc3061ffa2d4f0.tar.gz hercules-fec4057d5036be3f8f6a52c5cefc3061ffa2d4f0.tar.bz2 hercules-fec4057d5036be3f8f6a52c5cefc3061ffa2d4f0.tar.xz hercules-fec4057d5036be3f8f6a52c5cefc3061ffa2d4f0.zip |
sorry for so many commits, have no time to test
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13617 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/unit.c')
-rw-r--r-- | src/map/unit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/unit.c b/src/map/unit.c index c98ddef1a..09790b643 100644 --- a/src/map/unit.c +++ b/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; |