summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
authordastgirpojee <dastgirpojee@rocketmail.com>2013-10-11 10:46:32 -0700
committerdastgirpojee <dastgirpojee@rocketmail.com>2013-10-11 10:46:32 -0700
commitd3d3fcdb60a03749aa927c4d9b8bf1e710e3d3b6 (patch)
tree7a50cf8fcc99e189c856dbf4c2ef1403e93f0711 /src/map/status.c
parente105044ee8c1c625b886e2306c22a3f8a68f5bf5 (diff)
parent231f7a4f31b27611af7006e3adc2d3c046356fd3 (diff)
downloadhercules-d3d3fcdb60a03749aa927c4d9b8bf1e710e3d3b6.tar.gz
hercules-d3d3fcdb60a03749aa927c4d9b8bf1e710e3d3b6.tar.bz2
hercules-d3d3fcdb60a03749aa927c4d9b8bf1e710e3d3b6.tar.xz
hercules-d3d3fcdb60a03749aa927c4d9b8bf1e710e3d3b6.zip
Merge pull request #3 from HerculesWS/master
Herc Merge
Diffstat (limited to 'src/map/status.c')
-rw-r--r--src/map/status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c
index 497d02bbf..ae900e04d 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -8230,7 +8230,7 @@ int status_change_start(struct block_list* bl,enum sc_type type,int rate,int val
if( pc_isridingwug(sd) ) pc->setoption(sd, sd->sc.option&~OPTION_WUGRIDER);
if( pc_isfalcon(sd) ) pc->setoption(sd, sd->sc.option&~OPTION_FALCON);
if( sd->status.pet_id > 0 ) pet->menu(sd, 3);
- if( homun_alive(sd->hd) ) homun->vaporize(sd,1);
+ if( homun_alive(sd->hd) ) homun->vaporize(sd,HOM_ST_REST);
if( sd->md ) mercenary->delete(sd->md,3);
}
break;