summaryrefslogtreecommitdiff
path: root/src/net/eathena/mail2handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/mail2handler.cpp')
-rw-r--r--src/net/eathena/mail2handler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/mail2handler.cpp b/src/net/eathena/mail2handler.cpp
index 13a7676d9..b298d7d87 100644
--- a/src/net/eathena/mail2handler.cpp
+++ b/src/net/eathena/mail2handler.cpp
@@ -291,7 +291,7 @@ void Mail2Handler::cancelWriteMail() const
void Mail2Handler::requestCheckName(const std::string &name) const
{
if (packetVersion < 20140423 ||
- serverVersion < 19)
+ (serverVersion < 19 && serverVersion != 0))
{
return;
}