Fix a typo in 52d8bc05c3

--HG--
branch : trunk
This commit is contained in:
Machiavelli
2010-12-17 19:27:09 +01:00
parent 3df2310417
commit e867481ccb

View File

@@ -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