Changeset 229 for trunk/src/game/MiscHandler.cpp
- Timestamp:
- 11/19/08 13:48:34 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/MiscHandler.cpp
r209 r229 259 259 data << uint32( pzoneid ); // player zone id 260 260 261 // 49 is maximum player count sent to client - can be overrid en261 // 49 is maximum player count sent to client - can be overridden 262 262 // through config, but is unstable 263 263 if ((++clientcount) == sWorld.getConfig(CONFIG_MAX_WHO)) … … 1281 1281 } 1282 1282 1283 normalizePlayerName (charname); 1284 1283 1285 Player *plr = objmgr.GetPlayer(charname.c_str()); 1284 1286