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

[svn] * Use ObjectMgr/AccountMgr? functions rather than DB queries. Source mangos

Original author: KingPin?
Date: 2008-10-21 19:07:16-05:00

Files:
1 modified

Legend:

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

    r88 r94  
    414414        uint32 GetPlayerTeamByGUID(const uint64 &guid) const; 
    415415        uint32 GetPlayerAccountIdByGUID(const uint64 &guid) const; 
     416        uint32 GetPlayerAccountIdByPlayerName(std::string name) const; 
    416417 
    417418        uint32 GetNearestTaxiNode( float x, float y, float z, uint32 mapid );