[svn] * Compile fixes from previous revs.

--HG--
branch : trunk
This commit is contained in:
KingPin
2008-10-20 14:11:58 -05:00
parent 717cfa01f0
commit 9664e39fa4
5 changed files with 7 additions and 8 deletions

View File

@@ -320,7 +320,6 @@ void ObjectMgr::SendAuctionWonMail( AuctionEntry *auction )
else
{
bidder_accId = GetPlayerAccountIdByGUID(bidder_guid);
bidder_security = GetSecurityByAccount(bidder_accId);
bidder_security = accmgr.GetSecurity(bidder_accId);
if(bidder_security > SEC_PLAYER ) // not do redundant DB requests