I deleted all the objects in my mud except for the fireball, in zone 0. However, I can't seem to load it (load obj 2), or use it in any commands within zedit. Despite this, it appears in the olist and I can edit it with oedit. When I shutdown the mud, the object is delete from circle-3.5/lib/world/obj/0.obj. It's quite odd, and I can't seem to fix it.
Fixed - I had deleted part of spec_assign that wasn't tampering with existing items, so I brought it back. Now I get a segmentation fault to do with
db.c:2842
2842 if ((obj_index + mid)->vnum == vnum)
Anyone with the same issue?