diff options
author | shennetsind <ind@henn.et> | 2013-04-12 19:20:55 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-04-12 19:20:55 -0300 |
commit | 0ed2c4c378cff3b8064ef0c25daf33d6e7f6bf65 (patch) | |
tree | fceb822cf8a2af617db870e9f9f7a38988471ff2 /src/map/clif.c | |
parent | 4d89aa6e1c733618b720170a0979d895689b1d1e (diff) | |
download | hercules-0ed2c4c378cff3b8064ef0c25daf33d6e7f6bf65.tar.gz hercules-0ed2c4c378cff3b8064ef0c25daf33d6e7f6bf65.tar.bz2 hercules-0ed2c4c378cff3b8064ef0c25daf33d6e7f6bf65.tar.xz hercules-0ed2c4c378cff3b8064ef0c25daf33d6e7f6bf65.zip |
Follow up 4d89aa6e1c733618b720170a0979d895689b1d1e
whops this was the leftover.
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/clif.c')
-rw-r--r-- | src/map/clif.c | 3 |
1 files changed, 0 insertions, 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 */ |