From 9664e39fa4e1d33eaa30cbbe87a4b7dbccb5ead0 Mon Sep 17 00:00:00 2001 From: KingPin Date: Mon, 20 Oct 2008 14:11:58 -0500 Subject: [svn] * Compile fixes from previous revs. --HG-- branch : trunk --- src/game/ObjectMgr.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/game/ObjectMgr.cpp') diff --git a/src/game/ObjectMgr.cpp b/src/game/ObjectMgr.cpp index 653049f5256..a93f21af369 100644 --- a/src/game/ObjectMgr.cpp +++ b/src/game/ObjectMgr.cpp @@ -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 -- cgit v1.2.3