mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 14:41:28 +00:00
Update database.h
This commit is contained in:
parent
eea3965d02
commit
7fcf6b51d8
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user