From 7dd7498f8ce94aa1392c02da527096182bf533a0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 13 Sep 2015 15:21:11 +0300 Subject: Add missing checks into channel.c --- src/map/guild.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/guild.c') diff --git a/src/map/guild.c b/src/map/guild.c index 15c65ec98..ac9322b6b 100644 --- a/src/map/guild.c +++ b/src/map/guild.c @@ -740,7 +740,7 @@ void guild_member_joined(struct map_session_data *sd) sd->guild = g; if (channel->config->ally && channel->config->ally_autojoin) { - channel->join(g->channel, sd, NULL, true); + channel->join(g->channel, sd, "", true); } } -- cgit v1.2.3-70-g09d2