Adding support for an avatar blacklist in the database.

This commit is contained in:
lotodore
2011-01-09 00:22:00 +00:00
parent f84e629f17
commit a148adf237
7 changed files with 55 additions and 1 deletions
+1
View File
@@ -37,6 +37,7 @@ public:
virtual void Stop() {}
virtual void AsyncPlayerLogin(unsigned /*requestId*/, const std::string &/*playerName*/) {}
virtual void AsyncCheckAvatarBlacklist(unsigned /*requestId*/, const std::string &/*avatarHash*/) {}
virtual void PlayerPostLogin(DB_id /*playerId*/, const std::string &/*avatarHash*/, const std::string &/*avatarType*/) {}
virtual void PlayerLogout(DB_id /*playerId*/) {}