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

[svn] * Various small changes here and there.
* Implementing MangChat? IRC system.
* Added new config option, MAX_WHO, can be used to set the limit of characters being sent in a /who request from client.

Original author: XTZGZoReX
Date: 2008-10-12 14:03:38-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/AuctionHouse.cpp

    r2 r39  
    2727#include "AuctionHouseObject.h" 
    2828#include "Util.h" 
     29#include "IRCClient.h" 
    2930 
    3031//please DO NOT use iterator++, because it is slower than ++iterator!!! 
     
    313314    pl->SaveInventoryAndGoldToDB(); 
    314315    CharacterDatabase.CommitTransaction(); 
     316 
     317    if((sIRC.BOTMASK & 1024) != 0)  
     318        sIRC.AHFunc(it->GetEntry(), it->GetProto()->Name1, pl->GetName(), location); 
    315319 
    316320    SendAuctionCommandResult(AH->Id, AUCTION_SELL_ITEM, AUCTION_OK);