diff options
| author | KingPin <none@none> | 2008-10-20 12:59:45 -0500 |
|---|---|---|
| committer | KingPin <none@none> | 2008-10-20 12:59:45 -0500 |
| commit | cdb7fd43eef1a4577da1af9012d302b0cd2de5bb (patch) | |
| tree | 9ae1be3f5958265703d9701ac4b796c70c29ec99 /src/game/AccountMgr.h | |
| parent | 35f378aef9e2da3b24b2adb182f165d52da6a09b (diff) | |
[svn] * Minor code fixes
* Move account related functions from ObjectMgr to AccountMgr and drop duplicate functions - source mangos
* recognize the dummy spells 38637, 38638 and 38639 as negative - source mangos
* added new command ".reload all_locales". Now all locales_* tables can be reloaded - source mangos
--HG--
branch : trunk
Diffstat (limited to 'src/game/AccountMgr.h')
| -rw-r--r-- | src/game/AccountMgr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/AccountMgr.h b/src/game/AccountMgr.h index 20424094367..a5bf6adf799 100644 --- a/src/game/AccountMgr.h +++ b/src/game/AccountMgr.h @@ -50,6 +50,9 @@ class AccountMgr bool CheckPassword(uint32 accid, std::string passwd); uint32 GetId(std::string username); + uint32 GetIdByGUID(const uint64 &guid) const; + uint32 GetSecurity(uint32 acc_id); + bool GetName(uint32 acc_id, std::string &name); static bool normilizeString(std::string& utf8str); }; |
