mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
Fix a typo in 52d8bc05c3
--HG-- branch : trunk
This commit is contained in:
@@ -337,7 +337,7 @@ void WorldSession::HandleWhoOpcode(WorldPacket & recv_data)
|
||||
|
||||
// 49 is maximum player count sent to client - can be overridden
|
||||
// through config, but is unstable
|
||||
if ((matchcount++) == sWorld.getIntConfig(CONFIG_MAX_WHO))
|
||||
if ((matchcount++) >= sWorld.getIntConfig(CONFIG_MAX_WHO))
|
||||
continue;
|
||||
|
||||
data << pname; // player name
|
||||
|
||||
Reference in New Issue
Block a user