From 7840b10caf239eaf9e0b10971457581fa30a6ec2 Mon Sep 17 00:00:00 2001 From: gumi Date: Mon, 13 Jul 2020 20:30:43 +0000 Subject: update the call syntax of some internal functions --- src/emap/pc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/emap/pc.c') 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); -- cgit v1.2.3-70-g09d2