Difference for server/spell_effect.c from version 1.47 to 1.48


version 1.47 version 1.48
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_effect_c =   * static char *rcsid_spell_effect_c =
  *   "$Id: spell_effect.c,v 1.47 2001/04/07 02:09:38 mardahl Exp $";   *   "$Id: spell_effect.c,v 1.48 2001/04/11 08:39:53 mardahl Exp $";
  */   */
   
   
Line 3643
 
Line 3643
   
       /* make this sucker peaceful. */        /* make this sucker peaceful. */
       tmp->stats.dam = 0;        tmp->stats.dam = 0;
       add_exp(op,tmp->stats.exp);        add_exp(op->owner,tmp->stats.exp);
       tmp->stats.exp=0;        tmp->stats.exp=0;
       tmp->stats.sp = 0;        tmp->stats.sp = 0;
       tmp->stats.grace = 0;        tmp->stats.grace = 0;


Legend:
line(s) removed in v.1.47 
line(s) changed
 line(s) added in v.1.48

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