summaryrefslogtreecommitdiff
path: root/src/emap/send.c
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-04-20 02:09:07 +0300
committerAndrei Karas <akaras@inbox.ru>2017-04-20 02:24:18 +0300
commite684e16dab043508af421ccef4d3932568d811ae (patch)
tree8ae689293e7cbbaabbdad464ffba10e6678af4df /src/emap/send.c
parentef853a511e3c8ac67ce501cec30f4bd0fc3fa9b7 (diff)
downloadevol-hercules-e684e16dab043508af421ccef4d3932568d811ae.tar.gz
evol-hercules-e684e16dab043508af421ccef4d3932568d811ae.tar.bz2
evol-hercules-e684e16dab043508af421ccef4d3932568d811ae.tar.xz
evol-hercules-e684e16dab043508af421ccef4d3932568d811ae.zip
Remove blocking and sending old packets for spawn, move, idle.
Diffstat (limited to 'src/emap/send.c')
-rw-r--r--src/emap/send.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/emap/send.c b/src/emap/send.c
index 35a9477..7aceb20 100644
--- a/src/emap/send.c
+++ b/src/emap/send.c
@@ -370,13 +370,11 @@ void send_changelook2(struct map_session_data* sd, struct block_list *bl, int id
unsigned char buf[32];
int i;
- WBUFW(buf, 0) = 0x1d7;
+ WBUFW(buf, 0) = 0xb17;
WBUFL(buf, 2) = id;
WBUFB(buf, 6) = type;
WBUFW(buf, 7) = val;
WBUFW(buf, 9) = val2;
- clif->send(buf, 11, bl, target);
- WBUFW(buf, 0) = 0xb17;
if (data && sd)
{
//ShowWarning("equip: for type %d\n", type);