Difference for server/shop.c from version 1.22 to 1.23


version 1.22 version 1.23
Line 1
 
Line 1
 /*  /*
  * 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 $";
  */   */
   
 /*  /*
Line 525
 
Line 525
     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));


Legend:
line(s) removed in v.1.22 
line(s) changed
 line(s) added in v.1.23

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:44