diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-07 04:15:39 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-07 04:15:39 +0000 |
commit | 2fd138bcf99d5dae36069b715363029f07a5e057 (patch) | |
tree | 9eb5b6de5b7effa979c2fd8d43fd04f4532358a9 /src/map/mob.c | |
parent | 7b72dcdc54c991a85565edb14e86e16a6b1fbda7 (diff) | |
download | hercules-2fd138bcf99d5dae36069b715363029f07a5e057.tar.gz hercules-2fd138bcf99d5dae36069b715363029f07a5e057.tar.bz2 hercules-2fd138bcf99d5dae36069b715363029f07a5e057.tar.xz hercules-2fd138bcf99d5dae36069b715363029f07a5e057.zip |
- Some corrections due to the guild skill position change.
- Removed file todo-for-stable as it's impossible to keep it updated :X
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5479 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/mob.c')
-rw-r--r-- | src/map/mob.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mob.c b/src/map/mob.c index 700b00e7f..183e063ff 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -3061,7 +3061,7 @@ int mob_warp(struct mob_data *md,int m,int x,int y,int type) status_change_end(&md->bl, SC_TRICKDEAD, -1);
if(md->sc.data[SC_BLADESTOP].timer!=-1)
status_change_end(&md->bl,SC_BLADESTOP,-1);
- if(md->sc.data && md->sc.data[SC_RUN].timer!=-1)
+ if(md->sc.data[SC_RUN].timer!=-1)
status_change_end(&md->bl,SC_RUN,-1);
if(md->sc.data[SC_DANCING].timer!=-1)
skill_stop_dancing(&md->bl);
|