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:
parent
b79ae92a24
commit
5ceeeb0d98
3 changed files with 4 additions and 4 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue