summaryrefslogtreecommitdiff
path: root/src/emap/pc.c
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-07-13 20:30:43 +0000
committergumi <git@gumi.ca>2020-07-13 20:31:50 +0000
commit7840b10caf239eaf9e0b10971457581fa30a6ec2 (patch)
tree8d7bbb001f5b3c02590f31f21797896699eb1a64 /src/emap/pc.c
parent48200a8f6fb8f9e683ce7eff9d8852c482c5a8f6 (diff)
downloadevol-hercules-7840b10caf239eaf9e0b10971457581fa30a6ec2.tar.gz
evol-hercules-7840b10caf239eaf9e0b10971457581fa30a6ec2.tar.bz2
evol-hercules-7840b10caf239eaf9e0b10971457581fa30a6ec2.tar.xz
evol-hercules-7840b10caf239eaf9e0b10971457581fa30a6ec2.zip
update the call syntax of some internal functions
Diffstat (limited to 'src/emap/pc.c')
-rw-r--r--src/emap/pc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emap/pc.c b/src/emap/pc.c
index fda6818..21e59aa 100644
--- a/src/emap/pc.c
+++ b/src/emap/pc.c
@@ -1043,7 +1043,7 @@ int epc_jobchange(struct map_session_data *sd,
pc->setoption(sd, i);
if (homun_alive(sd->hd) && !pc->checkskill(sd, AM_CALLHOMUN))
- homun->vaporize(sd, HOM_ST_REST);
+ homun->vaporize(sd, HOM_ST_REST, true);
if ((sd->sc.data[SC_SPRITEMABLE] && pc->checkskill(sd, SU_SPRITEMABLE)))
status_change_end(&sd->bl, SC_SPRITEMABLE, INVALID_TIMER);