mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-16 13:31:29 +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 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
|
* Retrieves the world registration from the long and short names provided
|
||||||
* Needed for world login procedure
|
* Needed for world login procedure
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user