mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/Misc: Fix typo in SendAuthWaitQue method name (#25887)
(cherry picked from commit a832a1fe90)
This commit is contained in:
committed by
Shauren
parent
9df5eb27e0
commit
dbf528be69
@@ -65,7 +65,7 @@ void WorldSession::SendAuthResponse(uint32 code, bool queued, uint32 queuePos)
|
||||
SendPacket(response.Write());
|
||||
}
|
||||
|
||||
void WorldSession::SendAuthWaitQue(uint32 position)
|
||||
void WorldSession::SendAuthWaitQueue(uint32 position)
|
||||
{
|
||||
if (position)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user