- The GVG map-packet will now also be sent for guild dungeon maps.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9178 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
skotlex 2006-11-08 20:04:26 +00:00
parent 80e15f5593
commit 74e7e67806
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2006/11/08 2006/11/08
* The GVG map-packet will now also be sent for guild dungeon maps.
[Skotlex]
* Added clif_gospel_info which displays info about the buffs you are * Added clif_gospel_info which displays info about the buffs you are
receiving. Thanks to Rayce for the packet information. [Skotlex] receiving. Thanks to Rayce for the packet information. [Skotlex]
* Fixed Spider Web not ending when hit by a fireelemental attack. [Skotlex] * Fixed Spider Web not ending when hit by a fireelemental attack. [Skotlex]

View File

@ -8322,7 +8322,7 @@ void clif_parse_LoadEndAck(int fd,struct map_session_data *sd)
if(sd->duel_group) if(sd->duel_group)
clif_set0199(fd, 1); clif_set0199(fd, 1);
if(map_flag_gvg(sd->bl.m)) if(map_flag_gvg(sd->bl.m) || map[sd->bl.m].flag.gvg_dungeon)
clif_set0199(fd,3); clif_set0199(fd,3);
// pet // pet