summaryrefslogtreecommitdiff
path: root/src/map/guild.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/guild.c')
-rw-r--r--src/map/guild.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/guild.c b/src/map/guild.c
index 71aa81b2d..8adb4c4a3 100644
--- a/src/map/guild.c
+++ b/src/map/guild.c
@@ -323,7 +323,7 @@ int guild_send_xy_timer_sub(DBKey key,void *data,va_list ap)
nullpo_ret(g);
- if( g->connect_member )
+ if( !g->connect_member )
{// no members connected to this guild so do not iterate
return 0;
}