summaryrefslogtreecommitdiff
path: root/src/emap/send.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emap/send.c')
-rw-r--r--src/emap/send.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/emap/send.c b/src/emap/send.c
index ae4e000..9c62014 100644
--- a/src/emap/send.c
+++ b/src/emap/send.c
@@ -91,17 +91,7 @@ void send_changelook(struct map_session_data* sd, struct map_session_data* sd2,
if (!sd)
return;
//ShowWarning("equip: for type %d = %d\n", type, val);
- if (!tdata || tdata->clientVersion < 9)
- {
- WFIFOHEAD (fd, 11);
- WFIFOW (fd, 0) = 0x1d7;
- WFIFOL (fd, 2) = id;
- WFIFOB (fd, 6) = type;
- WFIFOW (fd, 7) = val;
- WFIFOW (fd, 9) = val2;
- WFIFOSET (fd, 11);
- }
- else
+ if (tdata)
{
WFIFOHEAD (fd, 19);
WFIFOW (fd, 0) = 0xb17;