Difference for server/spell_attack.c from version 1.23 to 1.24


version 1.23 version 1.24
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_attack_c =   * static char *rcsid_spell_attack_c =
  *   "$Id: spell_attack.c,v 1.23 2005/10/07 19:38:50 akirschbaum Exp $";   *   "$Id: spell_attack.c,v 1.24 2005/10/29 21:59:42 akirschbaum Exp $";
  */   */
   
   
Line 1482
 
Line 1482
  add_friendly_object(head);   add_friendly_object(head);
  head->attack_movement = PETMOVE;   head->attack_movement = PETMOVE;
  done_one = 1;   done_one = 1;
  change_exp(op, head->stats.exp / 2, spell->skill, SK_EXP_ADD_SKILL);   change_exp(op, head->stats.exp / 2, head->skill, SK_EXP_ADD_SKILL);
  head->stats.exp = 0;   head->stats.exp = 0;
      }       }
   


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

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