feat(CI/Codestyle); Check for double semicolons (#20996)
This commit is contained in:
parent
08d5861a51
commit
d2b88bdc1e
5 changed files with 12 additions and 4 deletions
|
|
@ -268,7 +268,7 @@ void WorldSession::HandleWhoOpcode(WorldPacket& recvData)
|
|||
return;
|
||||
|
||||
wstrToLower(wpacketPlayerName);
|
||||
wstrToLower(wpacketGuildName);;
|
||||
wstrToLower(wpacketGuildName);
|
||||
|
||||
// client send in case not set max level value 100 but Acore supports 255 max level,
|
||||
// update it to show GMs with characters after 100 level
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue