--- deliantra/server/common/loader.C 2008/05/03 11:14:50 1.114 +++ deliantra/server/common/loader.C 2008/05/04 19:14:23 1.115 @@ -407,7 +407,7 @@ LOG (llevError, "spellbook/rune found without inv but slaying: %s", debug_desc ()); object *tmp = get_archetype_by_object_name (slaying); insert_ob_in_ob (tmp, this); - randomitems = NULL; /* So another spell isn't created for this object */ + randomitems = 0; /* So another spell isn't created for this object */ /* without this, value is all screwed up */ value = arch->value * inv->value; }