Difference for server/spell_util.c from version 1.8 to 1.9


version 1.8 version 1.9
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_util_c =   * static char *rcsid_spell_util_c =
  *   "$Id: spell_util.c,v 1.8 2000/04/17 14:18:13 jec Exp $";   *   "$Id: spell_util.c,v 1.9 2000/04/19 11:46:42 jec Exp $";
  */   */
   
 /*  /*
Line 415
 
Line 415
     success = fire_bolt(op,caster,dir,type,!ability);      success = fire_bolt(op,caster,dir,type,!ability);
     break;      break;
   case SP_BOMB:    case SP_BOMB:
     success = create_bomb(op,caster,dir,"bomb");      success = create_bomb(op,caster,dir,type,"bomb");
     break;      break;
   case SP_GOLEM:    case SP_GOLEM:
   case SP_FIRE_ELEM:    case SP_FIRE_ELEM:


Legend:
line(s) removed in v.1.8 
line(s) changed
 line(s) added in v.1.9

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