- Fixed char server SQL not sending the guild info update to other map servers when a new member is added.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9835 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
skotlex 2007-02-09 19:20:00 +00:00
parent 6e7a224bd1
commit 971ea7e332
2 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,9 @@ Date Added
AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2007/02/09
* Fixed char server SQL not sending the guild info update to other map
servers when a new member is added.
2007/02/08
* Modified Spider Web so it can instantly retrap a target, rather than
idling on the ground waiting for a new target.

View File

@ -1399,7 +1399,7 @@ int mapif_parse_GuildAddMember(int fd,int guild_id,struct guild_member *m)
g->member[i].modified = (GS_MEMBER_NEW | GS_MEMBER_MODIFIED);
mapif_guild_memberadded(fd,guild_id,m->account_id,m->char_id,0);
if (!guild_calcinfo(g)) //Send members if it was not invoked.
mapif_guild_info(fd,g);
mapif_guild_info(-1,g);
g->save_flag |= GS_MEMBER;
if (g->save_flag&GS_REMOVE)