From 74e7e67806b9649409be697013fd34b5170ae2cb Mon Sep 17 00:00:00 2001 From: skotlex Date: Wed, 8 Nov 2006 20:04:26 +0000 Subject: [PATCH] - 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 --- Changelog-Trunk.txt | 2 ++ src/map/clif.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 966fdd7940..e986581859 100644 --- a/Changelog-Trunk.txt +++ b/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] diff --git a/src/map/clif.c b/src/map/clif.c index 836d8cc213..2c25741874 100644 --- a/src/map/clif.c +++ b/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