From 0a349742abd855ae4b6edbe8735937768cdfeb07 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 29 Mar 2019 22:53:35 +0300 Subject: Add allow call option --- src/map/clif.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/map/clif.c') diff --git a/src/map/clif.c b/src/map/clif.c index 605362fc5..349e56437 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -17021,6 +17021,9 @@ static void clif_parse_cz_config(int fd, struct map_session_data *sd) hd->homunculus.autofeed = flag; break; } + case CZ_CONFIG_CALL: + sd->status.allow_call = flag; + break; default: ShowWarning("clif_parse_cz_config: Unsupported type has been received (%u).\n", type); return; -- cgit v1.2.3-70-g09d2