From a0be3ac7b85dbe9014491df75e22c1fa8a8925f4 Mon Sep 17 00:00:00 2001 From: epoque11 Date: Thu, 8 Dec 2011 22:59:54 +0000 Subject: - Forgot to include the ! symbol, whoops git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15033 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/guild.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3-70-g09d2