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

[svn] *** Source: MaNGOS ***
* Fixed build extractor at Windows Vista. Author: Vladimir
* Fixed comment text and code indentifiers spelling. Author: Vladimir & Paradox.
* Access cached member lists in guild handlers instead of querying the DB. Author: Hunuza
* Small fixes in send/received packet and simple code cleanup also. Author: Vladimir
* Not output error at loading empty character_ticket table. Author: Vladimir
* Not reset display model at shapeshift aura remove if it not set at apply. Author: Arthorius
* Applied props to few files.

Original author: visagalis
Date: 2008-11-14 16:28:45-06:00

Files:
1 modified

Legend:

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

    r102 r229  
    179179} 
    180180 
    181 //this function sends mail, when auction is cancelled to old bidder 
     181//this function sends mail, when auction is canceled to old bidder 
    182182void WorldSession::SendAuctionCancelledToBidderMail( AuctionEntry* auction ) 
    183183{ 
     
    246246        return; 
    247247    } 
    248     // prevent sending bag with items (cheat: can be placed in bag after adding equiped empty bag to auction) 
     248    // prevent sending bag with items (cheat: can be placed in bag after adding equipped empty bag to auction) 
    249249    if(!it) 
    250250    {