Use player id as request id for avatar requests by the server.

This commit is contained in:
lotodore
2007-10-08 18:49:13 +00:00
parent 24ae6a66ed
commit dc8f9e0c73
2 changed files with 2 additions and 4 deletions
-2
View File
@@ -165,8 +165,6 @@ private:
u_int32_t m_curUniquePlayerId;
mutable boost::mutex m_curUniquePlayerIdMutex;
u_int32_t m_curRequestId;
};
#endif