Add DatabaseMySQL::DoesLoginServerAccountExist

This commit is contained in:
Akkadius
2019-07-03 21:35:36 -05:00
parent d40b95f2e8
commit eea3965d02
6 changed files with 50 additions and 3 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ void WorldServer::ProcessLSStatus(uint16_t opcode, const EQ::Net::Packet &p)
Logs::Error,
"Received application packet from server that had opcode ServerOP_LSStatus, but was too small. Discarded to avoid buffer overrun"
);
return;
}