mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-14 17:49:10 +00:00
refactor(Core): apply clang-tidy modernize-use-bool-literals (#3826)
This commit is contained in:
@@ -213,7 +213,7 @@ void AuthSocket::OnRead()
|
||||
uint32 challengesInARowRealmList = 0;
|
||||
|
||||
uint8 _cmd;
|
||||
while (1)
|
||||
while (true)
|
||||
{
|
||||
if (!socket().recv_soft((char*)&_cmd, 1))
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user