Store hash of last used avatar in db.

This commit is contained in:
lotodore
2010-08-22 18:42:54 +00:00
parent d63b048a45
commit 73cf41de27
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ public:
virtual void Start() = 0;
virtual void Stop() = 0;
virtual void AsyncPlayerLogin(unsigned requestId, const std::string &playerName) = 0;
virtual void AsyncPlayerLogin(unsigned requestId, const std::string &playerName, const std::string &avatarHash) = 0;
virtual void PlayerLogout(DB_id playerId) = 0;
virtual void AsyncCreateGame(unsigned requestId, const std::string &gameName) = 0;