- 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:
parent
80e15f5593
commit
74e7e67806
@ -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.
|
||||
|
||||
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
|
||||
receiving. Thanks to Rayce for the packet information. [Skotlex]
|
||||
* Fixed Spider Web not ending when hit by a fireelemental attack. [Skotlex]
|
||||
|
@ -8322,7 +8322,7 @@ void clif_parse_LoadEndAck(int fd,struct map_session_data *sd)
|
||||
if(sd->duel_group)
|
||||
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);
|
||||
|
||||
// pet
|
||||
|
Loading…
x
Reference in New Issue
Block a user