diff options
author | epoque11 <epoque11@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-08 22:59:54 +0000 |
---|---|---|
committer | epoque11 <epoque11@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-08 22:59:54 +0000 |
commit | a0be3ac7b85dbe9014491df75e22c1fa8a8925f4 (patch) | |
tree | 287fed99d1351843badb8a22817881320bb34fc2 | |
parent | 250ce2d21f11101deb28005081c7d9ea664df8b8 (diff) | |
download | hercules-a0be3ac7b85dbe9014491df75e22c1fa8a8925f4.tar.gz hercules-a0be3ac7b85dbe9014491df75e22c1fa8a8925f4.tar.bz2 hercules-a0be3ac7b85dbe9014491df75e22c1fa8a8925f4.tar.xz hercules-a0be3ac7b85dbe9014491df75e22c1fa8a8925f4.zip |
- Forgot to include the ! symbol, whoops
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15033 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | src/map/guild.c | 2 |
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; } |