Show
Ignore:
Timestamp:
11/19/08 13:32:21 (17 years ago)
Author:
yumileroy
Message:

[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

Original author: KingPin?
Date: 2008-10-20 12:59:45-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/AccountMgr.h

    r44 r79  
    5151 
    5252        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); 
    5356 
    5457        static bool normilizeString(std::string& utf8str);