diff options
author | shennetsind <ind@henn.et> | 2013-10-10 18:19:16 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-10-10 18:19:31 -0300 |
commit | a2e01e40c9e60b8b2d75e4faf41d80a7041e8f93 (patch) | |
tree | f91fcb5ddb1097dc483bfb4d646ae9278ea70368 /src/map/status.c | |
parent | d8f102fb65a6dc422a138862571a29d888182618 (diff) | |
download | hercules-a2e01e40c9e60b8b2d75e4faf41d80a7041e8f93.tar.gz hercules-a2e01e40c9e60b8b2d75e4faf41d80a7041e8f93.tar.bz2 hercules-a2e01e40c9e60b8b2d75e4faf41d80a7041e8f93.tar.xz hercules-a2e01e40c9e60b8b2d75e4faf41d80a7041e8f93.zip |
Homun-S Quest Updated
Partial Merge of 0b68607
Quest Changelog:
- 1.2 Replaced with official script. [Euphy]
Closes #177
Closes #178
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 2 |
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; |