diff options
Diffstat (limited to 'src/map/clif.c')
-rw-r--r-- | src/map/clif.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index bd7af7eb3..0e1082d4c 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -8310,15 +8310,7 @@ void clif_parse_LoadEndAck(int fd,struct map_session_data *sd) clif_set0199(sd,1); if (map[sd->bl.m].flag.gvg_dungeon) - { clif_set0199(sd,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) ) clif_set0199(sd,3); |