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