Changeset 229 for trunk/src/game/AuctionHouse.cpp
- Timestamp:
- 11/19/08 13:48:34 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/AuctionHouse.cpp
r102 r229 179 179 } 180 180 181 //this function sends mail, when auction is cancel led to old bidder181 //this function sends mail, when auction is canceled to old bidder 182 182 void WorldSession::SendAuctionCancelledToBidderMail( AuctionEntry* auction ) 183 183 { … … 246 246 return; 247 247 } 248 // prevent sending bag with items (cheat: can be placed in bag after adding equip ed empty bag to auction)248 // prevent sending bag with items (cheat: can be placed in bag after adding equipped empty bag to auction) 249 249 if(!it) 250 250 {