summaryrefslogtreecommitdiff
path: root/src/map/guild.c
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-04-17 02:52:39 -0300
committershennetsind <ind@henn.et>2013-04-17 02:52:39 -0300
commit9b1b39fcb041f8c868efccf723f9163edbc6b2c0 (patch)
tree8d5ff680e3ac832ec3274a9168fa67e549d2f249 /src/map/guild.c
parent64c7629080d5a872bd4dd615a06c1eae75d5d629 (diff)
downloadhercules-9b1b39fcb041f8c868efccf723f9163edbc6b2c0.tar.gz
hercules-9b1b39fcb041f8c868efccf723f9163edbc6b2c0.tar.bz2
hercules-9b1b39fcb041f8c868efccf723f9163edbc6b2c0.tar.xz
hercules-9b1b39fcb041f8c868efccf723f9163edbc6b2c0.zip
Follow up 8ce4eddbbfc874706f6a2e6f81c3b9f84ef2039e
Signed-off-by: shennetsind <ind@henn.et>
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 4ae350270..b2188b6ad 100644
--- a/src/map/guild.c
+++ b/src/map/guild.c
@@ -583,7 +583,7 @@ int guild_recv_info(struct guild *sg) {
sd = g->member[i].sd;
if( sd==NULL )
continue;
-
+ sd->guild = g;
if (before.guild_lv != g->guild_lv || bm != m ||
before.max_member != g->max_member) {
clif->guild_basicinfo(sd); //Submit basic information