| version 1.22 | | version 1.23 |
|---|
| | |
| /* | | /* |
| * static char *rcsid_shop_c = | | * static char *rcsid_shop_c = |
| * "$Id: shop.c,v 1.22 2003/02/09 07:30:50 garbled Exp $"; | | * "$Id: shop.c,v 1.23 2003/09/03 13:42:19 tchize Exp $"; |
| */ | | */ |
| | | |
| /* | | /* |
| | |
| LOG(llevDebug,"Object other than player tried to sell something.\n"); | | LOG(llevDebug,"Object other than player tried to sell something.\n"); |
| return; | | return; |
| } | | } |
| | | |
| | | if(op->custom_name) FREE_AND_CLEAR_STR(op->custom_name); |
| | | |
| if(!i) { | | if(!i) { |
| new_draw_info_format(NDI_UNIQUE, 0, pl, | | new_draw_info_format(NDI_UNIQUE, 0, pl, |
| "We're not interested in %s.",query_name(op)); | | "We're not interested in %s.",query_name(op)); |