summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-04-12 19:20:55 -0300
committershennetsind <ind@henn.et>2013-04-12 19:20:55 -0300
commit0ed2c4c378cff3b8064ef0c25daf33d6e7f6bf65 (patch)
treefceb822cf8a2af617db870e9f9f7a38988471ff2 /src
parent4d89aa6e1c733618b720170a0979d895689b1d1e (diff)
downloadhercules-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')
-rw-r--r--src/map/clif.c3
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 */