From 0ed2c4c378cff3b8064ef0c25daf33d6e7f6bf65 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Fri, 12 Apr 2013 19:20:55 -0300 Subject: Follow up 4d89aa6e1c733618b720170a0979d895689b1d1e whops this was the leftover. Signed-off-by: shennetsind --- src/map/clif.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/map/clif.c b/src/map/clif.c index 208c5829f..6dcf33a32 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -565,9 +565,6 @@ void clif_authok(struct map_session_data *sd) p.PacketType = authokType; p.startTime = gettick(); - p.PosDir[0] = sd->bl.x; - p.PosDir[1] = sd->bl.y; - p.PosDir[2] = sd->ud.dir; WBUFPOS(&p.PosDir[0],0,sd->bl.x,sd->bl.y,sd->ud.dir); /* do the stupid client math */ p.xSize = p.ySize = 5; /* not-used */ -- cgit v1.2.3-60-g2f50