Changeset 79 for trunk/src/game/AccountMgr.h
- Timestamp:
- 11/19/08 13:32:21 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/AccountMgr.h
r44 r79 51 51 52 52 uint32 GetId(std::string username); 53 uint32 GetIdByGUID(const uint64 &guid) const; 54 uint32 GetSecurity(uint32 acc_id); 55 bool GetName(uint32 acc_id, std::string &name); 53 56 54 57 static bool normilizeString(std::string& utf8str);