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/ObjectMgr.h

    r44 r79  
    397397        uint32 GetPlayerTeamByGUID(const uint64 &guid) const; 
    398398        uint32 GetPlayerAccountIdByGUID(const uint64 &guid) const; 
    399         uint32 GetSecurityByAccount(uint32 acc_id) const; 
    400         bool GetAccountNameByAccount(uint32 acc_id, std::string &name) const; 
    401         uint32 GetAccountByAccountName(std::string name) const; 
    402399 
    403400        uint32 GetNearestTaxiNode( float x, float y, float z, uint32 mapid );