summaryrefslogtreecommitdiff
path: root/src/echar
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-04-20 01:00:51 +0300
committerAndrei Karas <akaras@inbox.ru>2017-04-20 01:00:51 +0300
commitbb48180858b0c6037ccfd91cde3c55928105efaa (patch)
tree551d6d051597feb6d4909ae71891645b8c2b676e /src/echar
parent704544067426f3bd3f2ad9a583a260c7a5d6e85a (diff)
downloadevol-hercules-bb48180858b0c6037ccfd91cde3c55928105efaa.tar.gz
evol-hercules-bb48180858b0c6037ccfd91cde3c55928105efaa.tar.bz2
evol-hercules-bb48180858b0c6037ccfd91cde3c55928105efaa.tar.xz
evol-hercules-bb48180858b0c6037ccfd91cde3c55928105efaa.zip
Drop support for client protocol version 8 (May 1 2015).
Diffstat (limited to 'src/echar')
-rw-r--r--src/echar/char.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/echar/char.c b/src/echar/char.c
index d6a2c40..e469ae1 100644
--- a/src/echar/char.c
+++ b/src/echar/char.c
@@ -199,7 +199,7 @@ void send_additional_slots(int fd, struct char_session_data* sd)
short card2;
short card3;
- if (!sd || sd->version < 9)
+ if (!sd)
return;
struct SqlStmt* stmt = SQL->StmtMalloc(inter->sql_handle);