--- deliantra/server/include/sproto.h 2012/10/29 23:55:54 1.134 +++ deliantra/server/include/sproto.h 2012/11/21 12:12:03 1.136 @@ -442,9 +442,8 @@ void set_spell_skill (object *op, object *caster, object *spob, object *dest); void spell_effect (object *spob, int x, int y, maptile *map, object *originator); object *check_spell_known (object *op, shstr_cmp name); -object *lookup_spell_by_name (object *op, const char *spname); int reflwall (maptile *m, int x, int y, object *sp_op); -int cast_create_obj (object *op, object *caster, object *new_op, int dir); +bool cast_create_obj (object *op, object *caster, object *new_op, int dir); int ok_to_put_more (maptile *m, sint16 x, sint16 y, object *op, int immune_stop); int fire_arch_from_position (object *op, object *caster, sint16 x, sint16 y, int dir, object *spell); void regenerate_rod (object *rod);