From 31486a8c3340a8ca8a8b1e5dd9084c2c07ec8614 Mon Sep 17 00:00:00 2001 From: panikon Date: Sat, 19 Apr 2014 21:39:40 -0300 Subject: Follow up to 6f6a6b3 * Added new method to handle refreshing the storage window when it was closed automatically by the client * http://hercules.ws/board/tracker/issue-8027-when-the-storage-is-open-you-can-use-self-skills * http://hercules.ws/board/tracker/issue-7694-guild-notice Follow up to d57781c * Fixed minor typo as pointed by @MishimaHaruna --- src/map/guild.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/guild.c') diff --git a/src/map/guild.c b/src/map/guild.c index 99c74c217..fa5805c8b 100644 --- a/src/map/guild.c +++ b/src/map/guild.c @@ -568,9 +568,9 @@ int guild_recv_info(struct guild *sg) { if (before.skill_point != g->skill_point) clif->guild_skillinfo(sd); //Submit information skills - if (guild_new) { // Send information and affiliation if unsent + if (guild_new) { // Send information and affiliation if unsent clif->guild_belonginfo(sd, g); - clif->guild_notice(sd, g); + //clif->guild_notice(sd, g); Is already sent in clif_parse_LoadEndAck sd->guild_emblem_id = g->emblem_id; } } -- cgit v1.2.3-70-g09d2