fix(Core/Misc): SendAuthWaitQueue typo (#7868)

* cherry-pick commit <a832a1fe90>

Co-Authored-By: Jan Van Buggenhout <1895262+chipzz@users.noreply.github.com>

Co-authored-by: Jan Van Buggenhout <1895262+chipzz@users.noreply.github.com>
This commit is contained in:
Kitzunu
2021-09-19 18:44:27 +02:00
committed by GitHub
parent b79ae92a24
commit 5ceeeb0d98
3 changed files with 4 additions and 4 deletions

View File

@@ -751,7 +751,7 @@ void WorldSession::Handle_Deprecated(WorldPacket& recvPacket)
GetOpcodeNameForLogging(static_cast<OpcodeClient>(recvPacket.GetOpcode())).c_str(), GetPlayerInfo().c_str());
}
void WorldSession::SendAuthWaitQue(uint32 position)
void WorldSession::SendAuthWaitQueue(uint32 position)
{
if (position == 0)
{