Update database.h

This commit is contained in:
Akkadius 2019-07-03 21:35:39 -05:00
parent eea3965d02
commit 7fcf6b51d8

View File

@ -75,6 +75,13 @@ public:
virtual void UpdateLoginHash(const std::string &name, const std::string &loginserver, const std::string &hash) {}
virtual bool DoesLoginServerAccountExist(
const std::string &name,
const std::string &password,
const std::string &loginserver,
unsigned int id
) { return false; }
/**
* Retrieves the world registration from the long and short names provided
* Needed for world login procedure