Browse Source

- 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
skotlex 18 years ago
parent
commit
74e7e67806
2 changed files with 3 additions and 1 deletions
  1. 2 0
      Changelog-Trunk.txt
  2. 1 1
      src/map/clif.c

+ 2 - 0
Changelog-Trunk.txt

@@ -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]

+ 1 - 1
src/map/clif.c

@@ -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