diff options
author | panikon <panikon@zoho.com> | 2014-04-11 22:22:37 -0300 |
---|---|---|
committer | panikon <panikon@zoho.com> | 2014-04-11 22:22:37 -0300 |
commit | 6f6a6b3db3b36846f68e6b8ccb59351dced66ab3 (patch) | |
tree | 090e324567c62292ab98fd1f1e1a970f8a9c82c0 /src/map/guild.c | |
parent | 6a27692a32abd3a69566626070abed88808d0489 (diff) | |
download | hercules-6f6a6b3db3b36846f68e6b8ccb59351dced66ab3.tar.gz hercules-6f6a6b3db3b36846f68e6b8ccb59351dced66ab3.tar.bz2 hercules-6f6a6b3db3b36846f68e6b8ccb59351dced66ab3.tar.xz hercules-6f6a6b3db3b36846f68e6b8ccb59351dced66ab3.zip |
Fixed issue: 7694
http://hercules.ws/board/tracker/issue-7694-guild-notice/
Follow up to 7a5f7db
Follow up to 4147d9f
Diffstat (limited to 'src/map/guild.c')
-rw-r--r-- | src/map/guild.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/guild.c b/src/map/guild.c index 15d13da0b..99c74c217 100644 --- a/src/map/guild.c +++ b/src/map/guild.c @@ -954,7 +954,6 @@ int guild_send_memberinfoshort(struct map_session_data *sd,int online) if(sd->state.connect_new) { //Note that this works because it is invoked in parse_LoadEndAck before connect_new is cleared. clif->guild_belonginfo(sd,g); - clif->guild_notice(sd,g); sd->guild_emblem_id = g->emblem_id; } return 0; |