mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
Attempt to fix centos compile
This commit is contained in:
@@ -181,7 +181,7 @@ void AuthSession::AsyncWrite(ByteBuffer& packet)
|
||||
_writeQueue.push(std::move(packet));
|
||||
|
||||
if (needsWriteStart)
|
||||
Base::AsyncWrite(_writeQueue.front());
|
||||
AuthSocket::AsyncWrite(_writeQueue.front());
|
||||
}
|
||||
|
||||
bool AuthSession::HandleLogonChallenge()
|
||||
|
||||
Reference in New Issue
Block a user