summaryrefslogtreecommitdiff
path: root/src/map/guild.c
diff options
context:
space:
mode:
authorpanikon <panikon@zoho.com>2014-04-19 21:39:40 -0300
committerpanikon <panikon@zoho.com>2014-04-19 21:39:40 -0300
commit31486a8c3340a8ca8a8b1e5dd9084c2c07ec8614 (patch)
tree451f55c703d03d06d7035d61e1fded420634580a /src/map/guild.c
parent97cd487deb324fb23d9f671d0c1ed739d52d5935 (diff)
downloadhercules-31486a8c3340a8ca8a8b1e5dd9084c2c07ec8614.tar.gz
hercules-31486a8c3340a8ca8a8b1e5dd9084c2c07ec8614.tar.bz2
hercules-31486a8c3340a8ca8a8b1e5dd9084c2c07ec8614.tar.xz
hercules-31486a8c3340a8ca8a8b1e5dd9084c2c07ec8614.zip
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
Diffstat (limited to 'src/map/guild.c')
-rw-r--r--src/map/guild.c4
1 files changed, 2 insertions, 2 deletions
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;
}
}