mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
* Move account related functions from ObjectMgr to AccountMgr and drop duplicate function also.
This commit is contained in:
parent
fc79aa717a
commit
ad5f559dad
7 changed files with 41 additions and 53 deletions
|
|
@ -391,9 +391,6 @@ class ObjectMgr
|
|||
bool GetPlayerNameByGUID(const uint64 &guid, std::string &name) const;
|
||||
uint32 GetPlayerTeamByGUID(const uint64 &guid) const;
|
||||
uint32 GetPlayerAccountIdByGUID(const uint64 &guid) const;
|
||||
uint32 GetSecurityByAccount(uint32 acc_id) const;
|
||||
bool GetAccountNameByAccount(uint32 acc_id, std::string &name) const;
|
||||
uint32 GetAccountByAccountName(std::string name) const;
|
||||
|
||||
uint32 GetNearestTaxiNode( float x, float y, float z, uint32 mapid );
|
||||
void GetTaxiPath( uint32 source, uint32 destination, uint32 &path, uint32 &cost);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue