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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emap/send.c b/src/emap/send.c
index c3b9478..ea02817 100644
--- a/src/emap/send.c
+++ b/src/emap/send.c
@@ -226,7 +226,7 @@ void send_npc_info(struct block_list* bl1,
if (tsd)
{
struct SessionExt *tdata = session_get_bysd(tsd);
- if (!tdata || tdata->clientVersion < 5)
+ if (!tdata)
return;
}