summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2013-09-04 20:04:57 +0200
committerHaru <haru@dotalux.com>2013-09-04 20:04:57 +0200
commit272ff4508a45341d683df71b22898851fa49e7b2 (patch)
treeeb82fe2a845d6251272d82f0f8693367831e7f51 /src/map/clif.c
parentda3b014f7fb44d36aae0c1a2b18cb07329d18b36 (diff)
downloadhercules-272ff4508a45341d683df71b22898851fa49e7b2.tar.gz
hercules-272ff4508a45341d683df71b22898851fa49e7b2.tar.bz2
hercules-272ff4508a45341d683df71b22898851fa49e7b2.tar.xz
hercules-272ff4508a45341d683df71b22898851fa49e7b2.zip
Fixed more packet issues with 2006-2008 clients
- Fixes bugreport:2007 comment 5 http://hercules.ws/board/tracker/issue-7653-not-compatible-with-hexed-2007/?gopid=20302#entry20302 - Follow-up to df0a324 Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index ee7d085a6..d57d73c09 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -1036,7 +1036,6 @@ void clif_spawn_unit2(struct block_list* bl, enum send_target target) {
p.sex = vd->sex;
WBUFPOS(&p.PosDir[0],0,bl->x,bl->y,unit_getdir(bl));
p.xSize = p.ySize = (sd) ? 5 : 0;
- p.clevel = clif_setlevel(bl);
clif->send(&p,sizeof(p),bl,target);
}