mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 18:40:28 +00:00
feat(CI/Codestyle); Check for double semicolons (#20996)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user