diff options
Diffstat (limited to 'src/map/clif.c')
-rw-r--r-- | src/map/clif.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index a695ee78b..668ef21ee 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -8308,7 +8308,11 @@ void clif_parse_LoadEndAck(int fd,struct map_session_data *sd) clif_set0199(fd, 1); if (map[sd->bl.m].flag.gvg_dungeon) + { clif_set0199(fd,2); //TODO: Figure out the real thing to do here. + if (!sd->pvp_point) + sd->pvp_point=5; //Need to die twice to be warped out. + } if(map_flag_gvg(sd->bl.m)) clif_set0199(fd,3); |